C# 클래스 Microsoft.JScript.RegExpConstructor

상속: ScriptFunction
파일 보기 프로젝트 열기: gbarnett/shared-source-cli-2.0 1 사용 예제들

공개 메소드들

메소드 설명
Construct ( String pattern, bool ignoreCase, bool global, bool multiline ) : Object

비공개 메소드들

메소드 설명
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

메소드 상세

Construct() 공개 메소드

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