C# 클래스 IPFilter.Setup.CustomActions.IO.PathHelperMethods

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

공개 프로퍼티들

프로퍼티 타입 설명
AltDirectorySeparatorChar char
DirectorySeparatorChar char

공개 메소드들

메소드 설명
IsDirectorySeparator ( char c ) : bool
IsPathRooted ( String path ) : bool

비공개 메소드들

메소드 설명
AddLongPathPrefix ( String path ) : String
CheckInvalidPathChars ( String path ) : void
CheckSearchPattern ( String searchPattern ) : void
GetFullPathInternal ( String path ) : String
InternalCombine ( String path1, String path2 ) : String
NormalizePath ( String path, bool fullCheck ) : String
NormalizePath ( String path, bool fullCheck, int maxPathLength ) : String
RemoveLongPathPrefix ( String path ) : String
RemoveLongPathPrefix ( StringBuilder path ) : StringBuilder

메소드 상세

IsDirectorySeparator() 공개 정적인 메소드

public static IsDirectorySeparator ( char c ) : bool
c char
리턴 bool

IsPathRooted() 공개 정적인 메소드

public static IsPathRooted ( String path ) : bool
path String
리턴 bool

프로퍼티 상세

AltDirectorySeparatorChar 공개적으로 정적으로 프로퍼티

public static char AltDirectorySeparatorChar
리턴 char

DirectorySeparatorChar 공개적으로 정적으로 프로퍼티

public static char DirectorySeparatorChar
리턴 char