C# Class MsieJavaScriptEngine.JsRt.Ie.IeJsScope

“IE” 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 the scope and sets the previous context to current

IeJsScope ( IeJsContext context ) : System

Initializes a new instance of the IeJsScope struct

Method Details

Dispose() public méthode

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

IeJsScope() public méthode

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