C# Class Jint.Native.JsRegExp

Inheritance: JsObject
Mostrar archivo Open project: splhack/unity-jint Class Usage Examples

Public Methods

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

public JsRegExp ( JsObject prototype ) : System
prototype JsObject
return System

JsRegExp() public method

public JsRegExp ( string pattern, JsObject prototype ) : System
pattern string
prototype JsObject
return System

JsRegExp() public method

public JsRegExp ( string pattern, bool g, bool i, bool m, JsObject prototype ) : System
pattern string
g bool
i bool
m bool
prototype JsObject
return System

ToSource() public method

public ToSource ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string