Class ArrayBuffer
- Namespace
- CSharpToJavaScript.APIs.JS.Ecma
- Assembly
- CSharpToJavaScript.dll
[To("Default")]
public class ArrayBuffer : ArrayBufferPrototype
- Inheritance
-
ArrayBuffer
- Inherited Members
Constructors
ArrayBuffer(int)
public ArrayBuffer(int length)
Parameters
lengthint
Properties
Prototype
[To("FirstCharToLowerCase")]
public static ArrayBufferPrototype Prototype { get; }
Property Value
Methods
IsView(Object)
[To("FirstCharToLowerCase")]
public static bool IsView(Object arg)
Parameters
argObject