Click or drag to resize

RuntimeClientRunScriptAsync Method

Version 86.0.240

[Missing <summary> documentation for "M:CefSharp.DevTools.Runtime.RuntimeClient.RunScriptAsync(System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},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<RunScriptResponse> RunScriptAsync(
	string scriptId,
	Nullable<int> executionContextId = null,
	string objectGroup = null,
	Nullable<bool> silent = null,
	Nullable<bool> includeCommandLineAPI = null,
	Nullable<bool> returnByValue = null,
	Nullable<bool> generatePreview = null,
	Nullable<bool> awaitPromise = null
)

Parameters

scriptId
Type: SystemString

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

executionContextId (Optional)
Type: SystemNullableInt32

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

objectGroup (Optional)
Type: SystemString

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

silent (Optional)
Type: SystemNullableBoolean

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

includeCommandLineAPI (Optional)
Type: SystemNullableBoolean

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

returnByValue (Optional)
Type: SystemNullableBoolean

[Missing <param name="returnByValue"/> documentation for "M:CefSharp.DevTools.Runtime.RuntimeClient.RunScriptAsync(System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},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.RunScriptAsync(System.String,System.Nullable{System.Int32},System.String,System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean},System.Nullable{System.Boolean})"]

awaitPromise (Optional)
Type: SystemNullableBoolean

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

Return Value

Type: TaskRunScriptResponse

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

See Also