ManagedHost.InitializeModule method
Called by the native host to initialize the managed host module. Initializes an instance of the managed host and returns the exports object from it.
C#
public static napi_value InitializeModule(napi_env env, napi_value exports)
See Also
- class ManagedHost
- namespace Microsoft.JavaScript.NodeApi.DotNetHost