C# Class WikiFunctions.Controls.RegexRunner

Afficher le fichier Open project: reedy/AutoWikiBrowser Class Usage Examples

Méthodes publiques

Свойство Type Description
Error System.Exception
Input string
Matches System.Text.RegularExpressions.MatchCollection
Replace string
Result string
_Regex System.Text.RegularExpressions.Regex

Méthodes publiques

Méthode Description
Abort ( ) : void
GetExecutionTime ( ) : long
RegexRunner ( RegexTester parent, string input, Regex regex ) : System
RegexRunner ( RegexTester parent, string input, string replace, Regex regex ) : System

Private Methods

Méthode Description
ThreadFunc ( ) : void

Method Details

Abort() public méthode

public Abort ( ) : void
Résultat void

GetExecutionTime() public méthode

public GetExecutionTime ( ) : long
Résultat long

RegexRunner() public méthode

public RegexRunner ( RegexTester parent, string input, Regex regex ) : System
parent RegexTester
input string
regex System.Text.RegularExpressions.Regex
Résultat System

RegexRunner() public méthode

public RegexRunner ( RegexTester parent, string input, string replace, Regex regex ) : System
parent RegexTester
input string
replace string
regex System.Text.RegularExpressions.Regex
Résultat System

Property Details

Error public_oe property

public Exception,System Error
Résultat System.Exception

Input public_oe property

public string Input
Résultat string

Matches public_oe property

public MatchCollection,System.Text.RegularExpressions Matches
Résultat System.Text.RegularExpressions.MatchCollection

Replace public_oe property

public string Replace
Résultat string

Result public_oe property

public string Result
Résultat string

_Regex public_oe property

public Regex,System.Text.RegularExpressions _Regex
Résultat System.Text.RegularExpressions.Regex