Skip to content

JSRuntime.NewInstance method

C#
public virtual napi_status NewInstance(napi_env env, napi_value constructor, 
    ReadOnlySpan<napi_value> args, out napi_value result)

See Also

Released under the MIT license