C# Class Microsoft.JScript.RegExpConstructor

Inheritance: ScriptFunction
Exibir arquivo Open project: gbarnett/shared-source-cli-2.0 Class Usage Examples

Public Methods

Method Description
Construct ( String pattern, bool ignoreCase, bool global, bool multiline ) : Object

Private Methods

Method Description
Call ( Object args, Object thisob ) : Object
Construct ( Object args ) : Object
ConstructNew ( Object args ) : RegExpObject
CreateInstance ( ) : RegExpObject
GetIndex ( ) : Object
GetInput ( ) : Object
GetLastIndex ( ) : Object
GetLastMatch ( ) : Object
GetLastParen ( ) : Object
GetLeftContext ( ) : Object
GetMemberValue ( String name ) : Object
GetRightContext ( ) : Object
Invoke ( ) : RegExpObject
RegExpConstructor ( ) : System
RegExpConstructor ( LenientFunctionPrototype parent, LenientRegExpPrototype prototypeProp, LenientArrayPrototype arrayPrototype ) : System
SetInput ( Object value ) : void
SetMemberValue ( String name, Object value ) : void
UpdateConstructor ( Regex regex, Match match, String input ) : int

Method Details

Construct() public method

public Construct ( String pattern, bool ignoreCase, bool global, bool multiline ) : Object
pattern String
ignoreCase bool
global bool
multiline bool
return Object