C# Class MsieJavaScriptEngine.JsRt.Ie.IeJsScope

“IE” scope automatically sets a context to current and resets the original context when disposed
Mostra file Open project: Taritsyn/MsieJavaScriptEngine

Public Methods

Method 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 method

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

IeJsScope() public method

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