C# Class Kirikiri.Tjs2.RegExpClass

Inheritance: NativeClass
Afficher le fichier Open project: fantasydr/krkr-cs Class Usage Examples

Méthodes publiques

Свойство Type Description
mClassID int
mLastRegExp Variant

Méthodes publiques

Méthode Description
RegExpClass ( ) : System

Méthodes protégées

Méthode Description
CreateNativeInstance ( ) : NativeInstance

Private Methods

Méthode 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 méthode

protected CreateNativeInstance ( ) : NativeInstance
Résultat NativeInstance

RegExpClass() public méthode

public RegExpClass ( ) : System
Résultat System

Property Details

mClassID public_oe static_oe property

public static int mClassID
Résultat int

mLastRegExp public_oe static_oe property

public static Variant mLastRegExp
Résultat Variant