Click or drag to resize

RuntimeClientCallFunctionOnAsync Method

Version 86.0.240

[Missing <summary> documentation for "M:CefSharp.DevTools.Runtime.RuntimeClient.CallFunctionOnAsync(System.String,System.String,System.Collections.Generic.IList{CefSharp.DevTools.Runtime.CallArgument},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String)"]

Namespace:  CefSharp.DevTools.Runtime
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<CallFunctionOnResponse> CallFunctionOnAsync(
	string functionDeclaration,
	string objectId = null,
	IList<CallArgument> arguments = null,
	Nullable<bool> silent = null,
	Nullable<bool> returnByValue = null,
	Nullable<bool> generatePreview = null,
	Nullable<bool> userGesture = null,
	Nullable<bool> awaitPromise = null,
	Nullable<int> executionContextId = null,
	string objectGroup = null
)

Parameters

functionDeclaration
Type: SystemString

[Missing <param name="functionDeclaration"/> documentation for "M:CefSharp.DevTools.Runtime.RuntimeClient.CallFunctionOnAsync(System.String,System.String,System.Collections.Generic.IList{CefSharp.DevTools.Runtime.CallArgument},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String)"]

objectId (Optional)
Type: SystemString

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

arguments (Optional)
Type: System.Collections.GenericIListCallArgument

[Missing <param name="arguments"/> documentation for "M:CefSharp.DevTools.Runtime.RuntimeClient.CallFunctionOnAsync(System.String,System.String,System.Collections.Generic.IList{CefSharp.DevTools.Runtime.CallArgument},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String)"]

silent (Optional)
Type: SystemNullableBoolean

[Missing <param name="silent"/> documentation for "M:CefSharp.DevTools.Runtime.RuntimeClient.CallFunctionOnAsync(System.String,System.String,System.Collections.Generic.IList{CefSharp.DevTools.Runtime.CallArgument},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String)"]

returnByValue (Optional)
Type: SystemNullableBoolean

[Missing <param name="returnByValue"/> documentation for "M:CefSharp.DevTools.Runtime.RuntimeClient.CallFunctionOnAsync(System.String,System.String,System.Collections.Generic.IList{CefSharp.DevTools.Runtime.CallArgument},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String)"]

generatePreview (Optional)
Type: SystemNullableBoolean

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

userGesture (Optional)
Type: SystemNullableBoolean

[Missing <param name="userGesture"/> documentation for "M:CefSharp.DevTools.Runtime.RuntimeClient.CallFunctionOnAsync(System.String,System.String,System.Collections.Generic.IList{CefSharp.DevTools.Runtime.CallArgument},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String)"]

awaitPromise (Optional)
Type: SystemNullableBoolean

[Missing <param name="awaitPromise"/> documentation for "M:CefSharp.DevTools.Runtime.RuntimeClient.CallFunctionOnAsync(System.String,System.String,System.Collections.Generic.IList{CefSharp.DevTools.Runtime.CallArgument},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String)"]

executionContextId (Optional)
Type: SystemNullableInt32

[Missing <param name="executionContextId"/> documentation for "M:CefSharp.DevTools.Runtime.RuntimeClient.CallFunctionOnAsync(System.String,System.String,System.Collections.Generic.IList{CefSharp.DevTools.Runtime.CallArgument},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String)"]

objectGroup (Optional)
Type: SystemString

[Missing <param name="objectGroup"/> documentation for "M:CefSharp.DevTools.Runtime.RuntimeClient.CallFunctionOnAsync(System.String,System.String,System.Collections.Generic.IList{CefSharp.DevTools.Runtime.CallArgument},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String)"]

Return Value

Type: TaskCallFunctionOnResponse

[Missing <returns> documentation for "M:CefSharp.DevTools.Runtime.RuntimeClient.CallFunctionOnAsync(System.String,System.String,System.Collections.Generic.IList{CefSharp.DevTools.Runtime.CallArgument},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Int32},System.String)"]

See Also