C# Class Jint.Native.JsError

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

Private Properties

Свойство Type Description

Méthodes publiques

Méthode Description
JsError ( IGlobal global ) : System
JsError ( IGlobal global, string message ) : System
ToString ( ) : string

Method Details

JsError() public méthode

public JsError ( IGlobal global ) : System
global IGlobal
Résultat System

JsError() public méthode

public JsError ( IGlobal global, string message ) : System
global IGlobal
message string
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string