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
bufferArrayBufferbyteOffsetintbyteLengthint
Properties
Prototype
[To("FirstCharToLowerCase")]
public static DataViewPrototype Prototype { get; }