Click or drag to resize

DebuggerClientSetScriptSourceAsync Method

Version 86.0.240

[Missing <summary> documentation for "M:CefSharp.DevTools.Debugger.DebuggerClient.SetScriptSourceAsync(System.String,System.String,System.Nullable{System.Boolean})"]

Namespace:  CefSharp.DevTools.Debugger
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<SetScriptSourceResponse> SetScriptSourceAsync(
	string scriptId,
	string scriptSource,
	Nullable<bool> dryRun = null
)

Parameters

scriptId
Type: SystemString

[Missing <param name="scriptId"/> documentation for "M:CefSharp.DevTools.Debugger.DebuggerClient.SetScriptSourceAsync(System.String,System.String,System.Nullable{System.Boolean})"]

scriptSource
Type: SystemString

[Missing <param name="scriptSource"/> documentation for "M:CefSharp.DevTools.Debugger.DebuggerClient.SetScriptSourceAsync(System.String,System.String,System.Nullable{System.Boolean})"]

dryRun (Optional)
Type: SystemNullableBoolean

[Missing <param name="dryRun"/> documentation for "M:CefSharp.DevTools.Debugger.DebuggerClient.SetScriptSourceAsync(System.String,System.String,System.Nullable{System.Boolean})"]

Return Value

Type: TaskSetScriptSourceResponse

[Missing <returns> documentation for "M:CefSharp.DevTools.Debugger.DebuggerClient.SetScriptSourceAsync(System.String,System.String,System.Nullable{System.Boolean})"]

See Also