C# Класс Neutronium.WebBrowserEngine.CefGlue.CefGlueHelper.CefV8ValueExtension

Показать файл Открыть проект

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

Метод Описание
Bind ( this @this, string functionname, IWebView iCefV8Context, Action iaction ) : void
ExecuteFunction ( this @this ) : Xilium.CefGlue.CefV8Value
GetArrayElements ( this @this ) : Xilium.CefGlue.CefV8Value[]
Invoke ( this @this, string functionname, IWebView iCefV8Context ) : Xilium.CefGlue.CefV8Value
InvokeAsync ( this @this, string functionname, IWebView context ) : Task

Приватные методы

Метод Описание
Execute ( this @this, string functionname ) : Xilium.CefGlue.CefV8Value
GetElements ( this @this ) : IEnumerable

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

Bind() публичный статический Метод

public static Bind ( this @this, string functionname, IWebView iCefV8Context, Action iaction ) : void
@this this
functionname string
iCefV8Context IWebView
iaction Action
Результат void

ExecuteFunction() публичный статический Метод

public static ExecuteFunction ( this @this ) : Xilium.CefGlue.CefV8Value
@this this
Результат Xilium.CefGlue.CefV8Value

GetArrayElements() публичный статический Метод

public static GetArrayElements ( this @this ) : Xilium.CefGlue.CefV8Value[]
@this this
Результат Xilium.CefGlue.CefV8Value[]

Invoke() публичный статический Метод

public static Invoke ( this @this, string functionname, IWebView iCefV8Context ) : Xilium.CefGlue.CefV8Value
@this this
functionname string
iCefV8Context IWebView
Результат Xilium.CefGlue.CefV8Value

InvokeAsync() публичный статический Метод

public static InvokeAsync ( this @this, string functionname, IWebView context ) : Task
@this this
functionname string
context IWebView
Результат Task