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

Private Properties

프로퍼티 타입 설명
ArrayBufferConstructor System
Call object
Construct ArrayBufferInstance
GetDeclarativeProperties List
IsView bool
__GETTER__Species object
__STUB__Call object
__STUB__Construct ObjectInstance
__STUB__IsView object

비공개 메소드들

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