C# Class MsieJavaScriptEngine.JsRt.Edge.EdgeJsScope

“Edge” scope automatically sets a context to current and resets the original context when disposed
Afficher le fichier Open project: Taritsyn/MsieJavaScriptEngine

Méthodes publiques

Méthode Description
Dispose ( ) : void

Disposes a scope and sets the previous context to current

EdgeJsScope ( EdgeJsContext context ) : System

Initializes a new instance of the EdgeJsScope struct

Method Details

Dispose() public méthode

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

EdgeJsScope() public méthode

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