Click or drag to resize

DebuggerClientEvaluateOnCallFrameAsync Method

Version 86.0.240

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

Namespace:  CefSharp.DevTools.Debugger
Assembly:  CefSharp (in CefSharp.dll) Version: 86.0.240.0 (86.0.240.0)
Syntax
public Task<EvaluateOnCallFrameResponse> EvaluateOnCallFrameAsync(
	string callFrameId,
	string expression,
	string objectGroup = null,
	Nullable<bool> includeCommandLineAPI = null,
	Nullable<bool> silent = null,
	Nullable<bool> returnByValue = null,
	Nullable<bool> generatePreview = null,
	Nullable<bool> throwOnSideEffect = null,
	Nullable<long> timeout = null
)

Parameters

callFrameId
Type: SystemString

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

expression
Type: SystemString

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

objectGroup (Optional)
Type: SystemString

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

includeCommandLineAPI (Optional)
Type: SystemNullableBoolean

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

silent (Optional)
Type: SystemNullableBoolean

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

returnByValue (Optional)
Type: SystemNullableBoolean

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

generatePreview (Optional)
Type: SystemNullableBoolean

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

throwOnSideEffect (Optional)
Type: SystemNullableBoolean

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

timeout (Optional)
Type: SystemNullableInt64

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

Return Value

Type: TaskEvaluateOnCallFrameResponse

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

See Also