C# Class Jurassic.Library.ArrayBufferConstructor

The ArrayBuffer object is used to represent a generic, fixed-length raw binary data buffer. You can not directly manipulate the contents of an ArrayBuffer; instead, you create one of the typed array objects or a DataView object which represents the buffer in a specific format, and use that to read and write the contents of the buffer.
Inheritance: ClrStubFunction
显示文件 Open project: paulbartrum/jurassic Class Usage Examples

Private Properties

Property Type Description
ArrayBufferConstructor System
Call object
Construct ArrayBufferInstance
GetDeclarativeProperties List
IsView bool
__GETTER__Species object
__STUB__Call object
__STUB__Construct ObjectInstance
__STUB__IsView object

Private Methods

Method Description
ArrayBufferConstructor ( ObjectInstance prototype ) : System

Creates a new array buffer constructor.

Call ( ) : object
Construct ( int size ) : ArrayBufferInstance
GetDeclarativeProperties ( ScriptEngine engine ) : List
IsView ( object arg ) : bool
__GETTER__Species ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__Call ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__Construct ( ScriptEngine engine, object thisObj, object args ) : ObjectInstance
__STUB__IsView ( ScriptEngine engine, object thisObj, object args ) : object