C# Class Neutronium.WebBrowserEngine.CefGlue.CefGlueHelper.CefV8ValueExtension

Afficher le fichier Open project: David-Desmaisons/MVVM.CEF.Glue

Méthodes publiques

Méthode Description
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

Private Methods

Méthode Description
Execute ( this @this, string functionname ) : Xilium.CefGlue.CefV8Value
GetElements ( this @this ) : IEnumerable

Method Details

Bind() public static méthode

public static Bind ( this @this, string functionname, IWebView iCefV8Context, Action iaction ) : void
@this this
functionname string
iCefV8Context IWebView
iaction Action
Résultat void

ExecuteFunction() public static méthode

public static ExecuteFunction ( this @this ) : Xilium.CefGlue.CefV8Value
@this this
Résultat Xilium.CefGlue.CefV8Value

GetArrayElements() public static méthode

public static GetArrayElements ( this @this ) : Xilium.CefGlue.CefV8Value[]
@this this
Résultat Xilium.CefGlue.CefV8Value[]

Invoke() public static méthode

public static Invoke ( this @this, string functionname, IWebView iCefV8Context ) : Xilium.CefGlue.CefV8Value
@this this
functionname string
iCefV8Context IWebView
Résultat Xilium.CefGlue.CefV8Value

InvokeAsync() public static méthode

public static InvokeAsync ( this @this, string functionname, IWebView context ) : Task
@this this
functionname string
context IWebView
Résultat Task