Skip to content

JSRuntime.GetTypedArrayInfo method

C#
public virtual napi_status GetTypedArrayInfo(napi_env env, napi_value value, 
    out napi_typedarray_type type, out UIntPtr byteLength, out IntPtr data, 
    out napi_value arraybuffer, out UIntPtr offset)

See Also

Released under the MIT license