C# Class Xilium.CefGlue.CefV8Context

Class representing a V8 context handle. V8 handles can only be accessed from the thread on which they are created. Valid threads for creating a V8 handle include the render process main thread (TID_RENDERER) and WebWorker threads. A task runner for posting tasks on the associated thread can be retrieved via the CefV8Context::GetTaskRunner() method.
Datei anzeigen Open project: ServiceStack/dotnet-app Class Usage Examples

Private Properties

Property Type Description
AddRef void
CefV8Context System
FromNative CefV8Context
FromNativeOrNull CefV8Context
Release bool
ToNative cef_v8context_t*

Public Methods

Method Description
Dispose ( ) : void

Private Methods

Method Description
AddRef ( ) : void
CefV8Context ( cef_v8context_t* ptr ) : System
FromNative ( cef_v8context_t* ptr ) : CefV8Context
FromNativeOrNull ( cef_v8context_t* ptr ) : CefV8Context
Release ( ) : bool
ToNative ( ) : cef_v8context_t*

Method Details

Dispose() public method

public Dispose ( ) : void
return void