TracingJSRuntime.CreateTypedArray method
C#
public override napi_status CreateTypedArray(napi_env env, napi_typedarray_type type, int length,
napi_value arraybuffer, int byte_offset, out napi_value result)
See Also
- enum napi_status
- struct napi_env
- enum napi_typedarray_type
- struct napi_value
- class TracingJSRuntime
- namespace Microsoft.JavaScript.NodeApi.Runtime