CefSharp.DevTools.Runtime Namespace |
[Missing <summary> documentation for "N:CefSharp.DevTools.Runtime"]
Class | Description | |
---|---|---|
AwaitPromiseResponse |
AwaitPromiseResponse
| |
BindingCalledEventArgs |
Notification is issued every time when binding is called.
| |
CallArgument |
Represents function call argument. Either remote object id `objectId`, primitive `value`,
unserializable primitive value or neither of (for undefined) them should be specified.
| |
CallFrame |
Stack entry for runtime errors and assertions.
| |
CallFunctionOnResponse |
CallFunctionOnResponse
| |
CompileScriptResponse |
CompileScriptResponse
| |
ConsoleAPICalledEventArgs |
Issued when console API was called.
| |
CustomPreview |
CustomPreview
| |
EntryPreview |
EntryPreview
| |
EvaluateResponse |
EvaluateResponse
| |
ExceptionDetails |
Detailed information about exception (or error) that was thrown during script compilation or
execution.
| |
ExceptionRevokedEventArgs |
Issued when unhandled exception was revoked.
| |
ExceptionThrownEventArgs |
Issued when exception was thrown and unhandled.
| |
ExecutionContextCreatedEventArgs |
Issued when new execution context is created.
| |
ExecutionContextDescription |
Description of an isolated world.
| |
ExecutionContextDestroyedEventArgs |
Issued when execution context is destroyed.
| |
GetExceptionDetailsResponse |
GetExceptionDetailsResponse
| |
GetHeapUsageResponse |
GetHeapUsageResponse
| |
GetIsolateIdResponse |
GetIsolateIdResponse
| |
GetPropertiesResponse |
GetPropertiesResponse
| |
GlobalLexicalScopeNamesResponse |
GlobalLexicalScopeNamesResponse
| |
InspectRequestedEventArgs |
Issued when object should be inspected (for example, as a result of inspect() command line API
call).
| |
InternalPropertyDescriptor |
Object internal property descriptor. This property isn't normally visible in JavaScript code.
| |
ObjectPreview |
Object containing abbreviated remote object value.
| |
PrivatePropertyDescriptor |
Object private field descriptor.
| |
PropertyDescriptor |
Object property descriptor.
| |
PropertyPreview |
PropertyPreview
| |
QueryObjectsResponse |
QueryObjectsResponse
| |
RemoteObject |
Mirror object referencing original JavaScript object.
| |
RunScriptResponse |
RunScriptResponse
| |
RuntimeClient |
Runtime domain exposes JavaScript runtime by means of remote evaluation and mirror objects.
Evaluation results are returned as mirror object that expose object type, string representation
and unique identifier that can be used for further object reference. Original objects are
maintained in memory unless they are either explicitly released or are released along with the
other objects in their object group.
| |
StackTrace |
Call frames for assertions or error messages.
| |
StackTraceId |
If `debuggerId` is set stack trace comes from another debugger and can be resolved there. This
allows to track cross-debugger calls. See `Runtime.StackTrace` and `Debugger.paused` for usages.
| |
WebDriverValue |
Represents the value serialiazed by the WebDriver BiDi specification
https://w3c.github.io/webdriver-bidi.
|
Enumeration | Description | |
---|---|---|
ConsoleAPICalledType |
Type of the call.
| |
ObjectPreviewSubtype |
Object subtype hint. Specified for `object` type values only.
| |
ObjectPreviewType |
Object type.
| |
PropertyPreviewSubtype |
Object subtype hint. Specified for `object` type values only.
| |
PropertyPreviewType |
Object type. Accessor means that the property itself is an accessor property.
| |
RemoteObjectSubtype |
Object subtype hint. Specified for `object` type values only.
NOTE: If you change anything here, make sure to also update
`subtype` in `ObjectPreview` and `PropertyPreview` below.
| |
RemoteObjectType |
Object type.
| |
WebDriverValueType |
WebDriverValueType
|