C# Class Jint.Native.JsInstance

Mostra file Open project: splhack/unity-jint Class Usage Examples

Public Properties

Property Type Description
EMPTY Jint.Native.JsInstance[]

Public Methods

Method Description
GetHashCode ( ) : int
JsInstance ( ) : System
ToBoolean ( ) : bool
ToInteger ( ) : int
ToNumber ( ) : double
ToObject ( ) : object
ToPrimitive ( IGlobal global ) : JsInstance
ToSource ( ) : string
ToString ( ) : string

Private Methods

Method Description
Call ( IJintVisitor visitor, string function ) : object

Method Details

GetHashCode() public method

public GetHashCode ( ) : int
return int

JsInstance() public method

public JsInstance ( ) : System
return System

ToBoolean() public method

public ToBoolean ( ) : bool
return bool

ToInteger() public method

public ToInteger ( ) : int
return int

ToNumber() public method

public ToNumber ( ) : double
return double

ToObject() public method

public ToObject ( ) : object
return object

ToPrimitive() public method

public ToPrimitive ( IGlobal global ) : JsInstance
global IGlobal
return JsInstance

ToSource() public method

public ToSource ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string

Property Details

EMPTY public_oe static_oe property

public static JsInstance[],Jint.Native EMPTY
return Jint.Native.JsInstance[]