C# 클래스 PsGet.Facts.Integration.Abstractions.PhysicalFileSystemFacts

상속: IDisposable
파일 보기 프로젝트 열기: anurse/PS-Get

공개 메소드들

메소드 설명
Dispose ( ) : void
PhysicalFileSystemFacts ( ) : System

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

PhysicalFileSystemFacts() 공개 메소드

public PhysicalFileSystemFacts ( ) : System
리턴 System