C# Class Kirikiri.Tjs2.RegExpClass

Inheritance: NativeClass
ファイルを表示 Open project: fantasydr/krkr-cs Class Usage Examples

Public Properties

Property Type Description
mClassID int
mLastRegExp Variant

Public Methods

Method Description
RegExpClass ( ) : System

Protected Methods

Method Description
CreateNativeInstance ( ) : NativeInstance

Private Methods

Method Description
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

Method Details

CreateNativeInstance() protected method

protected CreateNativeInstance ( ) : NativeInstance
return NativeInstance

RegExpClass() public method

public RegExpClass ( ) : System
return System

Property Details

mClassID public_oe static_oe property

public static int mClassID
return int

mLastRegExp public_oe static_oe property

public static Variant mLastRegExp
return Variant