C# 클래스 MsieJavaScriptEngine.JsRt.Edge.EdgeJsScope

“Edge” scope automatically sets a context to current and resets the original context when disposed
파일 보기 프로젝트 열기: Taritsyn/MsieJavaScriptEngine

공개 메소드들

메소드 설명
Dispose ( ) : void

Disposes a scope and sets the previous context to current

EdgeJsScope ( EdgeJsContext context ) : System

Initializes a new instance of the EdgeJsScope struct

메소드 상세

Dispose() 공개 메소드

Disposes a scope and sets the previous context to current
public Dispose ( ) : void
리턴 void

EdgeJsScope() 공개 메소드

Initializes a new instance of the EdgeJsScope struct
public EdgeJsScope ( EdgeJsContext context ) : System
context EdgeJsContext The context to create the scope for
리턴 System