C# 클래스 Versionr.Utilities.Symlink.SymlinkMono

파일 보기 프로젝트 열기: eatplayhate/versionr

Private Properties

프로퍼티 타입 설명
SymlinkMono System
SymlinkMono System

공개 메소드들

메소드 설명
CreateSymlink ( string path, string target ) : bool
Delete ( string path ) : void
GetTarget ( string path ) : string

비공개 메소드들

메소드 설명
SymlinkMono ( ) : System
SymlinkMono ( string path ) : System

메소드 상세

CreateSymlink() 공개 정적인 메소드

public static CreateSymlink ( string path, string target ) : bool
path string
target string
리턴 bool

Delete() 공개 정적인 메소드

public static Delete ( string path ) : void
path string
리턴 void

GetTarget() 공개 정적인 메소드

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