C# 클래스 Kirikiri.Tjs2.RegExpClass

상속: NativeClass
파일 보기 프로젝트 열기: fantasydr/krkr-cs 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
mClassID int
mLastRegExp Variant

공개 메소드들

메소드 설명
RegExpClass ( ) : System

보호된 메소드들

메소드 설명
CreateNativeInstance ( ) : NativeInstance

비공개 메소드들

메소드 설명
Compile ( Variant param, RegExpNI _this ) : void
Exec ( string target, RegExpNI _this ) : bool
GetResultArray ( bool matched, RegExpNI _this, Matcher m ) : Dispatch2
Match ( string target, RegExpNI _this ) : bool

메소드 상세

CreateNativeInstance() 보호된 메소드

protected CreateNativeInstance ( ) : NativeInstance
리턴 NativeInstance

RegExpClass() 공개 메소드

public RegExpClass ( ) : System
리턴 System

프로퍼티 상세

mClassID 공개적으로 정적으로 프로퍼티

public static int mClassID
리턴 int

mLastRegExp 공개적으로 정적으로 프로퍼티

public static Variant mLastRegExp
리턴 Variant