Class Uint8Array
- Namespace
- CSharpToJavaScript.APIs.JS.Ecma
- Assembly
- CSharpToJavaScript.dll
[To("Default")]
public class Uint8Array : TypedArray<Uint8Array>
- Inheritance
-
Uint8Array
- Inherited Members
Constructors
Uint8Array()
public Uint8Array()
Uint8Array(ArrayBuffer, int, int)
public Uint8Array(ArrayBuffer buffer, int byteOffset = 0, int length = 0)
Parameters
bufferArrayBufferbyteOffsetintlengthint
Uint8Array(Object)
public Uint8Array(Object object_)
Parameters
object_Object
Uint8Array(int)
public Uint8Array(int length)
Parameters
lengthint
Fields
BYTES_PER_ELEMENT
public static int BYTES_PER_ELEMENT