C# 클래스 Skybound.Gecko.AutoJSContext

Creates a scoped, fake "system principal" security context. This class is used primarly to work around bugs in gecko which prevent methods on nsIDOMCSSStyleSheet from working outside of javascript.
상속: IDisposable
파일 보기 프로젝트 열기: tophatmonocle/DirtyGecko 1 사용 예제들

공개 메소드들

메소드 설명
AutoJSContext ( ) : System
Dispose ( ) : void

비공개 메소드들

메소드 설명
JS_BeginRequest ( IntPtr cx ) : IntPtr
JS_CompileScriptForPrincipals ( IntPtr aJSContext, IntPtr aJSObject, IntPtr aJSPrincipals, string bytes, int length, string filename, int lineNumber ) : IntPtr
JS_DestroyContextNoGC ( IntPtr cx ) : void
JS_EndRequest ( IntPtr cx ) : IntPtr
JS_GetGlobalObject ( IntPtr aJSContext ) : IntPtr
JS_NewContext ( IntPtr aJSRuntime, int stackchunksize ) : IntPtr

메소드 상세

AutoJSContext() 공개 메소드

public AutoJSContext ( ) : System
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void