C# Class PsGet.Facts.Integration.Abstractions.PhysicalFileSystemFacts

Inheritance: IDisposable
Afficher le fichier Open project: anurse/PS-Get

Méthodes publiques

Méthode Description
Dispose ( ) : void
PhysicalFileSystemFacts ( ) : System

Private Methods

Méthode Description
DeleteFileDeletesPhysicalFileIfExists ( ) : void
DeleteFileSilentlyFailsForNonExistantFile ( ) : void
FileExistsReturnsFalseIfFileIsNotPresentOnDisk ( ) : void
FileExistsReturnsTrueIfFileIsPresentOnDisk ( ) : void
GetContent ( Stream strm ) : string
GetFilePathReturnsCombinedPathEvenIfFileDoesNotExist ( ) : void
OpenFileCreatesParentDirectoryTreeIfNecessary ( ) : void
OpenFileLocksFileForAllAccess ( ) : void
OpenFileReturnsStreamContainingAllFileData ( ) : void
OpenFileReturnsWriteableStreamPositionedAtFileStart ( ) : void
ResolveTestFile ( string name ) : string
WriteTestFile ( string name ) : void
WriteTestFile ( string name, string content ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

PhysicalFileSystemFacts() public méthode

public PhysicalFileSystemFacts ( ) : System
Résultat System