C# Class Jint.Native.JsRegExp

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

Méthodes publiques

Méthode Description
JsRegExp ( JsObject prototype ) : System
JsRegExp ( string pattern, JsObject prototype ) : System
JsRegExp ( string pattern, bool g, bool i, bool m, JsObject prototype ) : System
ToSource ( ) : string
ToString ( ) : string

Method Details

JsRegExp() public méthode

public JsRegExp ( JsObject prototype ) : System
prototype JsObject
Résultat System

JsRegExp() public méthode

public JsRegExp ( string pattern, JsObject prototype ) : System
pattern string
prototype JsObject
Résultat System

JsRegExp() public méthode

public JsRegExp ( string pattern, bool g, bool i, bool m, JsObject prototype ) : System
pattern string
g bool
i bool
m bool
prototype JsObject
Résultat System

ToSource() public méthode

public ToSource ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string