Click or drag to resize

RuntimeClientGetPropertiesAsync Method

Version 86.0.240

[Missing <summary> documentation for "M:CefSharp.DevTools.Runtime.RuntimeClient.GetPropertiesAsync(System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean})"]

Namespace:  CefSharp.DevTools.Runtime
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<GetPropertiesResponse> GetPropertiesAsync(
	string objectId,
	Nullable<bool> ownProperties = null,
	Nullable<bool> accessorPropertiesOnly = null,
	Nullable<bool> generatePreview = null
)

Parameters

objectId
Type: SystemString

[Missing <param name="objectId"/> documentation for "M:CefSharp.DevTools.Runtime.RuntimeClient.GetPropertiesAsync(System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean})"]

ownProperties (Optional)
Type: SystemNullableBoolean

[Missing <param name="ownProperties"/> documentation for "M:CefSharp.DevTools.Runtime.RuntimeClient.GetPropertiesAsync(System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean})"]

accessorPropertiesOnly (Optional)
Type: SystemNullableBoolean

[Missing <param name="accessorPropertiesOnly"/> documentation for "M:CefSharp.DevTools.Runtime.RuntimeClient.GetPropertiesAsync(System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean})"]

generatePreview (Optional)
Type: SystemNullableBoolean

[Missing <param name="generatePreview"/> documentation for "M:CefSharp.DevTools.Runtime.RuntimeClient.GetPropertiesAsync(System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean})"]

Return Value

Type: TaskGetPropertiesResponse

[Missing <returns> documentation for "M:CefSharp.DevTools.Runtime.RuntimeClient.GetPropertiesAsync(System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean})"]

See Also