C# Class Jurassic.Library.DataViewConstructor

The DataView view provides a low-level interface for reading and writing multiple number types in an ArrayBuffer irrespective of the platform's endianness.
Inheritance: ClrStubFunction
ファイルを表示 Open project: paulbartrum/jurassic Class Usage Examples

Private Methods

Method Description
Call ( ) : object
Construct ( ArrayBufferInstance buffer = null, int byteOffset, int byteLength = null ) : DataViewInstance
DataViewConstructor ( ObjectInstance prototype ) : System

Creates a new DataView constructor.

__STUB__Call ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__Construct ( ScriptEngine engine, object thisObj, object args ) : ObjectInstance