C# Класс 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.
Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
AddRef void
CefV8Context System
FromNative CefV8Context
FromNativeOrNull CefV8Context
Release bool
ToNative cef_v8context_t*

Открытые методы

Метод Описание
Dispose ( ) : void

Приватные методы

Метод Описание
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*

Описание методов

Dispose() публичный Метод

public Dispose ( ) : void
Результат void