C# 클래스 Jurassic.Library.BooleanInstance

파일 보기 프로젝트 열기: paulbartrum/jurassic 1 사용 예제들

공개 메소드들

메소드 설명
BooleanInstance ( ObjectInstance prototype, bool value ) : System

Creates a new boolean instance.

비공개 메소드들

메소드 설명
CreatePrototype ( ScriptEngine engine, BooleanConstructor constructor ) : ObjectInstance

Creates the Boolean prototype object.

GetDeclarativeProperties ( ScriptEngine engine ) : List
ToStringJS ( ) : string
ValueOf ( ) : bool
__STUB__ToStringJS ( ScriptEngine engine, object thisObj, object args ) : object
__STUB__ValueOf ( ScriptEngine engine, object thisObj, object args ) : object

메소드 상세

BooleanInstance() 공개 메소드

Creates a new boolean instance.
public BooleanInstance ( ObjectInstance prototype, bool value ) : System
prototype ObjectInstance The next object in the prototype chain.
value bool The value to initialize the instance with.
리턴 System