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.
파일 보기 프로젝트 열기: ServiceStack/dotnet-app 1 사용 예제들

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