C# 클래스 NuGet.TeamFoundationServer.TfsFileSystem

상속: PhysicalFileSystem
파일 보기 프로젝트 열기: monoman/NugetCracker 1 사용 예제들

공개 메소드들

메소드 설명
AddFile ( string path, Stream stream ) : void
DeleteDirectory ( string path, bool recursive = false ) : void
DeleteFile ( string path ) : void
TfsFileSystem ( ITfsWorkspace workspace, string path ) : System.IO
TfsFileSystem ( Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace, string path ) : System.IO

보호된 메소드들

메소드 설명
EnsureDirectory ( string path ) : void

비공개 메소드들

메소드 설명
DeleteItem ( string path, RecursionType recursionType ) : bool

메소드 상세

AddFile() 공개 메소드

public AddFile ( string path, Stream stream ) : void
path string
stream System.IO.Stream
리턴 void

DeleteDirectory() 공개 메소드

public DeleteDirectory ( string path, bool recursive = false ) : void
path string
recursive bool
리턴 void

DeleteFile() 공개 메소드

public DeleteFile ( string path ) : void
path string
리턴 void

EnsureDirectory() 보호된 메소드

protected EnsureDirectory ( string path ) : void
path string
리턴 void

TfsFileSystem() 공개 메소드

public TfsFileSystem ( ITfsWorkspace workspace, string path ) : System.IO
workspace ITfsWorkspace
path string
리턴 System.IO

TfsFileSystem() 공개 메소드

public TfsFileSystem ( Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace, string path ) : System.IO
workspace Microsoft.TeamFoundation.VersionControl.Client.Workspace
path string
리턴 System.IO