Click or drag to resize

RuntimeClientCompileScriptAsync Method

Version 86.0.240

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

Namespace:  CefSharp.DevTools.Runtime
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<CompileScriptResponse> CompileScriptAsync(
	string expression,
	string sourceURL,
	bool persistScript,
	Nullable<int> executionContextId = null
)

Parameters

expression
Type: SystemString

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

sourceURL
Type: SystemString

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

persistScript
Type: SystemBoolean

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

executionContextId (Optional)
Type: SystemNullableInt32

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

Return Value

Type: TaskCompileScriptResponse

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

See Also