C# 클래스 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.
상속: ClrStubFunction
파일 보기 프로젝트 열기: paulbartrum/jurassic 1 사용 예제들

비공개 메소드들

메소드 설명
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