C# Класс MsieJavaScriptEngine.JsRt.Ie.IeJsScope

“IE” scope automatically sets a context to current and resets the original context when disposed
Показать файл Открыть проект

Открытые методы

Метод Описание
Dispose ( ) : void

Disposes the scope and sets the previous context to current

IeJsScope ( IeJsContext context ) : System

Initializes a new instance of the IeJsScope struct

Описание методов

Dispose() публичный Метод

Disposes the scope and sets the previous context to current
public Dispose ( ) : void
Результат void

IeJsScope() публичный Метод

Initializes a new instance of the IeJsScope struct
public IeJsScope ( IeJsContext context ) : System
context IeJsContext The context to create the scope for
Результат System