Table of Contents

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

length int

Properties

Prototype

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

Property Value

ArrayBufferPrototype

Methods

IsView(Object)

[To("FirstCharToLowerCase")]
public static bool IsView(Object arg)

Parameters

arg Object

Returns

bool