C# Class NuGet.TeamFoundationServer.TfsFileSystem

Inheritance: PhysicalFileSystem
Afficher le fichier Open project: monoman/NugetCracker Class Usage Examples

Méthodes publiques

Méthode Description
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

Méthodes protégées

Méthode Description
EnsureDirectory ( string path ) : void

Private Methods

Méthode Description
DeleteItem ( string path, RecursionType recursionType ) : bool

Method Details

AddFile() public méthode

public AddFile ( string path, Stream stream ) : void
path string
stream System.IO.Stream
Résultat void

DeleteDirectory() public méthode

public DeleteDirectory ( string path, bool recursive = false ) : void
path string
recursive bool
Résultat void

DeleteFile() public méthode

public DeleteFile ( string path ) : void
path string
Résultat void

EnsureDirectory() protected méthode

protected EnsureDirectory ( string path ) : void
path string
Résultat void

TfsFileSystem() public méthode

public TfsFileSystem ( ITfsWorkspace workspace, string path ) : System.IO
workspace ITfsWorkspace
path string
Résultat System.IO

TfsFileSystem() public méthode

public TfsFileSystem ( Microsoft.TeamFoundation.VersionControl.Client.Workspace workspace, string path ) : System.IO
workspace Microsoft.TeamFoundation.VersionControl.Client.Workspace
path string
Résultat System.IO