C# 클래스 PSHostsFile.Core.Remove

상속: TransformOperation
파일 보기 프로젝트 열기: fschwiet/PSHostsFile 1 사용 예제들

공개 메소드들

메소드 설명
GetRemoveTransformForHost ( string hostname ) : IEnumerable>.Func
RemoveFromFile ( Regex pattern, string hostsPath ) : void
RemoveFromFile ( string target, string hostsPath ) : void

비공개 메소드들

메소드 설명
GetRemoveTransform ( bool>.Func doHostsMatch ) : IEnumerable>.Func

메소드 상세

GetRemoveTransformForHost() 공개 정적인 메소드

public static GetRemoveTransformForHost ( string hostname ) : IEnumerable>.Func
hostname string
리턴 IEnumerable>.Func

RemoveFromFile() 공개 메소드

public RemoveFromFile ( Regex pattern, string hostsPath ) : void
pattern System.Text.RegularExpressions.Regex
hostsPath string
리턴 void

RemoveFromFile() 공개 메소드

public RemoveFromFile ( string target, string hostsPath ) : void
target string
hostsPath string
리턴 void