C# 클래스 HitProxy.Triggers.AdBlock.RegexFilter

상속: System.Text.RegularExpressions.Regex
파일 보기 프로젝트 열기: hultqvist/HitProxy

공개 프로퍼티들

프로퍼티 타입 설명
Flags Flags

공개 메소드들

메소드 설명
Parse ( string pattern, Flags flags ) : RegexFilter
ToString ( ) : string

비공개 메소드들

메소드 설명
RegexFilter ( string pattern, Flags flags, string regex, string wildcard ) : System

메소드 상세

Parse() 공개 정적인 메소드

public static Parse ( string pattern, Flags flags ) : RegexFilter
pattern string
flags Flags
리턴 RegexFilter

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

프로퍼티 상세

Flags 공개적으로 프로퍼티

public Flags Flags
리턴 Flags