Movatterモバイル変換


[0]ホーム

URL:


CefSharp API Doc
CefSharp API Doc
Namespaces
CefSharp.DevTools.Runtime
AwaitPromiseResponse Class
BindingCalledEventArgs Class
CallArgument Class
CallFrame Class
CallFunctionOnResponse Class
CompileScriptResponse Class
ConsoleAPICalledEventArgs Class
ConsoleAPICalledType Enumeration
CustomPreview Class
DeepSerializedValue Class
DeepSerializedValueType Enumeration
EntryPreview Class
EvaluateResponse Class
ExceptionDetails Class
ExceptionRevokedEventArgs Class
ExceptionThrownEventArgs Class
ExecutionContextCreatedEventArgs Class
ExecutionContextDescription Class
ExecutionContextDestroyedEventArgs Class
GetExceptionDetailsResponse Class
GetHeapUsageResponse Class
GetIsolateIdResponse Class
GetPropertiesResponse Class
GlobalLexicalScopeNamesResponse Class
InspectRequestedEventArgs Class
InternalPropertyDescriptor Class
ObjectPreview Class
ObjectPreviewSubtype Enumeration
ObjectPreviewType Enumeration
PrivatePropertyDescriptor Class
PropertyDescriptor Class
PropertyPreview Class
PropertyPreviewSubtype Enumeration
PropertyPreviewType Enumeration
QueryObjectsResponse Class
RemoteObject Class
RemoteObjectSubtype Enumeration
RemoteObjectType Enumeration
RunScriptResponse Class
RuntimeClient Class
SerializationOptions Class
SerializationOptionsSerialization Enumeration
StackTrace Class
StackTraceId Class
Click or drag to resizeClick or drag to resize

CefSharp.DevTools.Runtime Namespace

Version 118.6.80

[Missing <summary> documentation for "N:CefSharp.DevTools.Runtime"]

Classes
 ClassDescription
Public classAwaitPromiseResponse
AwaitPromiseResponse
Public classBindingCalledEventArgs
Notification is issued every time when binding is called.
Public classCallArgument
Represents function call argument. Either remote object id `objectId`, primitive `value`, unserializable primitive value or neither of (for undefined) them should be specified.
Public classCallFrame
Stack entry for runtime errors and assertions.
Public classCallFunctionOnResponse
CallFunctionOnResponse
Public classCompileScriptResponse
CompileScriptResponse
Public classConsoleAPICalledEventArgs
Issued when console API was called.
Public classCustomPreview
CustomPreview
Public classDeepSerializedValue
Represents deep serialized value.
Public classEntryPreview
EntryPreview
Public classEvaluateResponse
EvaluateResponse
Public classExceptionDetails
Detailed information about exception (or error) that was thrown during script compilation or execution.
Public classExceptionRevokedEventArgs
Issued when unhandled exception was revoked.
Public classExceptionThrownEventArgs
Issued when exception was thrown and unhandled.
Public classExecutionContextCreatedEventArgs
Issued when new execution context is created.
Public classExecutionContextDescription
Description of an isolated world.
Public classExecutionContextDestroyedEventArgs
Issued when execution context is destroyed.
Public classGetExceptionDetailsResponse
GetExceptionDetailsResponse
Public classGetHeapUsageResponse
GetHeapUsageResponse
Public classGetIsolateIdResponse
GetIsolateIdResponse
Public classGetPropertiesResponse
GetPropertiesResponse
Public classGlobalLexicalScopeNamesResponse
GlobalLexicalScopeNamesResponse
Public classInspectRequestedEventArgs
Issued when object should be inspected (for example, as a result of inspect() command line API call).
Public classInternalPropertyDescriptor
Object internal property descriptor. This property isn't normally visible in JavaScript code.
Public classObjectPreview
Object containing abbreviated remote object value.
Public classPrivatePropertyDescriptor
Object private field descriptor.
Public classPropertyDescriptor
Object property descriptor.
Public classPropertyPreview
PropertyPreview
Public classQueryObjectsResponse
QueryObjectsResponse
Public classRemoteObject
Mirror object referencing original JavaScript object.
Public classRunScriptResponse
RunScriptResponse
Public classRuntimeClient
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.
Public classSerializationOptions
Represents options for serialization. Overrides `generatePreview`, `returnByValue` and `generateWebDriverValue`.
Public classStackTrace
Call frames for assertions or error messages.
Public classStackTraceId
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.
Enumerations
 EnumerationDescription
Public enumerationConsoleAPICalledType
Type of the call.
Public enumerationDeepSerializedValueType
DeepSerializedValueType
Public enumerationObjectPreviewSubtype
Object subtype hint. Specified for `object` type values only.
Public enumerationObjectPreviewType
Object type.
Public enumerationPropertyPreviewSubtype
Object subtype hint. Specified for `object` type values only.
Public enumerationPropertyPreviewType
Object type. Accessor means that the property itself is an accessor property.
Public enumerationRemoteObjectSubtype
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.
Public enumerationRemoteObjectType
Object type.
Public enumerationSerializationOptionsSerialization
SerializationOptionsSerialization

https://raw.githubusercontent.com/cefsharp/CefSharp/master/LICENSE


[8]ページ先頭

©2009-2025 Movatter.jp