C# Class Microsoft.JScript.RegExpObject

Inheritance: JSObject
ファイルを表示 Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
ToString ( ) : String

Private Methods

Method Description
GetClassName ( ) : String
RegExpObject ( RegExpPrototype parent, String source, bool ignoreCase, bool global, bool multiline, RegExpConstructor regExpConst ) : System
RegExpObject ( Regex regex ) : System
compile ( String source, String flags ) : RegExpObject
exec ( String input ) : Object
test ( String input ) : bool

Method Details

ToString() public method

public ToString ( ) : String
return String