C# 클래스 Neutronium.WebBrowserEngine.CefGlue.CefGlueHelper.CefV8ValueExtension

파일 보기 프로젝트 열기: David-Desmaisons/MVVM.CEF.Glue

공개 메소드들

메소드 설명
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