C# Class Microsoft.JScript.RegExpPrototype

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

Private Methods

Method Description
RegExpPrototype ( ObjectPrototype parent ) : System
compile ( Object thisob, Object source, Object flags ) : RegExpObject
exec ( Object thisob, Object input ) : Object
test ( Object thisob, Object input ) : bool
toString ( Object thisob ) : String