C# Class Jint.Native.JsUndefined

Inheritance: JsObject
Afficher le fichier Open project: splhack/unity-jint Class Usage Examples

Méthodes publiques

Свойство Type Description
Instance JsUndefined

Méthodes publiques

Méthode Description
GetDescriptor ( string index ) : Descriptor
JsUndefined ( ) : System
ToBoolean ( ) : bool
ToNumber ( ) : double
ToObject ( ) : object
ToString ( ) : string

Method Details

GetDescriptor() public méthode

public GetDescriptor ( string index ) : Descriptor
index string
Résultat Descriptor

JsUndefined() public méthode

public JsUndefined ( ) : System
Résultat System

ToBoolean() public méthode

public ToBoolean ( ) : bool
Résultat bool

ToNumber() public méthode

public ToNumber ( ) : double
Résultat double

ToObject() public méthode

public ToObject ( ) : object
Résultat object

ToString() public méthode

public ToString ( ) : string
Résultat string

Property Details

Instance public_oe static_oe property

public static JsUndefined,Jint.Native Instance
Résultat JsUndefined