C# Класс MsieJavaScriptEngine.JsRt.Edge.EdgeJsScope

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

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

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

Disposes a scope and sets the previous context to current

EdgeJsScope ( EdgeJsContext context ) : System

Initializes a new instance of the EdgeJsScope struct

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

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

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

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

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