MonoWebAssemblyJSRuntime.Initialize(MonoWebAssemblyJSRuntime) 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
MonoWebAssemblyJSRuntime初始化 ,以用來使用 DotNetDispatcher 來執行作業。
protected:
static void Initialize(Mono::WebAssembly::Interop::MonoWebAssemblyJSRuntime ^ jsRuntime);
protected static void Initialize (Mono.WebAssembly.Interop.MonoWebAssemblyJSRuntime jsRuntime);
static member Initialize : Mono.WebAssembly.Interop.MonoWebAssemblyJSRuntime -> unit
Protected Shared Sub Initialize (jsRuntime As MonoWebAssemblyJSRuntime)
參數
- jsRuntime
- MonoWebAssemblyJSRuntime
MonoWebAssemblyJSRuntime 執行個體。