C# Class Jint.Native.JsNull

Inheritance: JsObject
Mostra file Open project: splhack/unity-jint

Public Properties

Property Type Description
Instance JsNull

Public Methods

Method Description
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

Method Details

DefineOwnProperty() public method

public DefineOwnProperty ( string key, Descriptor value ) : void
key string
value Descriptor
return void

GetDescriptor() public method

public GetDescriptor ( string index ) : Descriptor
index string
return Descriptor

GetKeys() public method

public GetKeys ( ) : IEnumerable
return IEnumerable

HasOwnProperty() public method

public HasOwnProperty ( string key ) : bool
key string
return bool

HasProperty() public method

public HasProperty ( string key ) : bool
key string
return bool

JsNull() public method

public JsNull ( ) : System
return System

ToBoolean() public method

public ToBoolean ( ) : bool
return bool

ToNumber() public method

public ToNumber ( ) : double
return double

ToString() public method

public ToString ( ) : string
return string

this() public method

public this ( string index ) : JsInstance
index string
return JsInstance

Property Details

Instance public_oe static_oe property

public static JsNull,Jint.Native Instance
return JsNull