C# 클래스 HgLib.HgPath

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

공개 메소드들

메소드 설명
FindRepositoryRoot ( string path ) : string
GetRandomTemporaryFileName ( ) : string
IsDirectory ( string path ) : bool
StripRoot ( string fileName, string root ) : string

비공개 메소드들

메소드 설명
GetParentDirectory ( string path ) : string
OpenTortoiseHgRegistryKey ( ) : RegistryKey

메소드 상세

FindRepositoryRoot() 공개 정적인 메소드

public static FindRepositoryRoot ( string path ) : string
path string
리턴 string

GetRandomTemporaryFileName() 공개 정적인 메소드

public static GetRandomTemporaryFileName ( ) : string
리턴 string

IsDirectory() 공개 정적인 메소드

public static IsDirectory ( string path ) : bool
path string
리턴 bool

StripRoot() 공개 정적인 메소드

public static StripRoot ( string fileName, string root ) : string
fileName string
root string
리턴 string