Skip to content

NodejsRuntime.CreateFunction method

C#
public override napi_status CreateFunction(napi_env env, string? name, napi_callback cb, 
    IntPtr data, out napi_value result)

See Also

Released under the MIT license