Table of Contents

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

buffer ArrayBuffer
byteOffset int
length int

Uint8Array(Object)

public Uint8Array(Object object_)

Parameters

object_ Object

Uint8Array(int)

public Uint8Array(int length)

Parameters

length int

Fields

BYTES_PER_ELEMENT

public static int BYTES_PER_ELEMENT

Field Value

int