C# 클래스 JavaScriptEngineSwitcher.ChakraCore.JsRt.JsScope

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

공개 메소드들

메소드 설명
Dispose ( ) : void

Disposes the scope and sets the previous context to current

JsScope ( JsContext context ) : System

Initializes a new instance of the JsScope struct

메소드 상세

Dispose() 공개 메소드

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

JsScope() 공개 메소드

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