Skip to content

JSRuntime.CreateEnvironment method

C#
public virtual napi_status CreateEnvironment(napi_platform platform, Action<string>? errorHandler, 
    string? mainScript, int apiVersion, out napi_env result)

See Also

Released under the MIT license