MonoWebAssemblyJSRuntime.Initialize(MonoWebAssemblyJSRuntime) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Initializes the MonoWebAssemblyJSRuntime to be used to perform operations using 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)
Parameters
- jsRuntime
- MonoWebAssemblyJSRuntime
The MonoWebAssemblyJSRuntime instance.