C# Class JavaScriptEngineSwitcher.ChakraCore.JsRt.JsScope

The scope automatically sets a context to current and resets the original context when disposed
Afficher le fichier Open project: Taritsyn/JavaScriptEngineSwitcher

Méthodes publiques

Méthode Description
Dispose ( ) : void

Disposes the scope and sets the previous context to current

JsScope ( JsContext context ) : System

Initializes a new instance of the JsScope struct

Method Details

Dispose() public méthode

Disposes the scope and sets the previous context to current
public Dispose ( ) : void
Résultat void

JsScope() public méthode

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