Table of Contents

Class DataView

Namespace
CSharpToJavaScript.APIs.JS.Ecma
Assembly
CSharpToJavaScript.dll
[To("Default")]
public class DataView : DataViewPrototype
Inheritance
DataView
Inherited Members

Constructors

DataView(ArrayBuffer, int, int)

public DataView(ArrayBuffer buffer, int byteOffset = 0, int byteLength = 0)

Parameters

buffer ArrayBuffer
byteOffset int
byteLength int

Properties

Prototype

[To("FirstCharToLowerCase")]
public static DataViewPrototype Prototype { get; }

Property Value

DataViewPrototype