Click or drag to resize

RuntimeClientQueryObjectsAsync Method

Version 86.0.240
QueryObjects

Namespace:  CefSharp.DevTools.Runtime
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<QueryObjectsResponse> QueryObjectsAsync(
	string prototypeObjectId,
	string objectGroup = null
)

Parameters

prototypeObjectId
Type: SystemString
Identifier of the prototype to return objects for.
objectGroup (Optional)
Type: SystemString
Symbolic group name that can be used to release the results.

Return Value

Type: TaskQueryObjectsResponse
returns System.Threading.Tasks.Task<QueryObjectsResponse>
See Also