次の方法で共有


MonoWebAssemblyJSRuntime.Initialize(MonoWebAssemblyJSRuntime) メソッド

定義

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 のインスタンスです。

適用対象