C# 클래스 Jint.Native.JsNull

상속: JsObject
파일 보기 프로젝트 열기: splhack/unity-jint

공개 프로퍼티들

프로퍼티 타입 설명
Instance JsNull

공개 메소드들

메소드 설명
DefineOwnProperty ( string key, Descriptor value ) : void
GetDescriptor ( string index ) : Descriptor
GetKeys ( ) : IEnumerable
HasOwnProperty ( string key ) : bool
HasProperty ( string key ) : bool
JsNull ( ) : System
ToBoolean ( ) : bool
ToNumber ( ) : double
ToString ( ) : string
this ( string index ) : JsInstance

메소드 상세

DefineOwnProperty() 공개 메소드

public DefineOwnProperty ( string key, Descriptor value ) : void
key string
value Descriptor
리턴 void

GetDescriptor() 공개 메소드

public GetDescriptor ( string index ) : Descriptor
index string
리턴 Descriptor

GetKeys() 공개 메소드

public GetKeys ( ) : IEnumerable
리턴 IEnumerable

HasOwnProperty() 공개 메소드

public HasOwnProperty ( string key ) : bool
key string
리턴 bool

HasProperty() 공개 메소드

public HasProperty ( string key ) : bool
key string
리턴 bool

JsNull() 공개 메소드

public JsNull ( ) : System
리턴 System

ToBoolean() 공개 메소드

public ToBoolean ( ) : bool
리턴 bool

ToNumber() 공개 메소드

public ToNumber ( ) : double
리턴 double

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

this() 공개 메소드

public this ( string index ) : JsInstance
index string
리턴 JsInstance

프로퍼티 상세

Instance 공개적으로 정적으로 프로퍼티

public static JsNull,Jint.Native Instance
리턴 JsNull