C# 클래스 WikiFunctions.Controls.RegexRunner

파일 보기 프로젝트 열기: reedy/AutoWikiBrowser 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Error System.Exception
Input string
Matches System.Text.RegularExpressions.MatchCollection
Replace string
Result string
_Regex System.Text.RegularExpressions.Regex

공개 메소드들

메소드 설명
Abort ( ) : void
GetExecutionTime ( ) : long
RegexRunner ( RegexTester parent, string input, Regex regex ) : System
RegexRunner ( RegexTester parent, string input, string replace, Regex regex ) : System

비공개 메소드들

메소드 설명
ThreadFunc ( ) : void

메소드 상세

Abort() 공개 메소드

public Abort ( ) : void
리턴 void

GetExecutionTime() 공개 메소드

public GetExecutionTime ( ) : long
리턴 long

RegexRunner() 공개 메소드

public RegexRunner ( RegexTester parent, string input, Regex regex ) : System
parent RegexTester
input string
regex System.Text.RegularExpressions.Regex
리턴 System

RegexRunner() 공개 메소드

public RegexRunner ( RegexTester parent, string input, string replace, Regex regex ) : System
parent RegexTester
input string
replace string
regex System.Text.RegularExpressions.Regex
리턴 System

프로퍼티 상세

Error 공개적으로 프로퍼티

public Exception,System Error
리턴 System.Exception

Input 공개적으로 프로퍼티

public string Input
리턴 string

Matches 공개적으로 프로퍼티

public MatchCollection,System.Text.RegularExpressions Matches
리턴 System.Text.RegularExpressions.MatchCollection

Replace 공개적으로 프로퍼티

public string Replace
리턴 string

Result 공개적으로 프로퍼티

public string Result
리턴 string

_Regex 공개적으로 프로퍼티

public Regex,System.Text.RegularExpressions _Regex
리턴 System.Text.RegularExpressions.Regex