C# 클래스 NuGet.NullFileSystem

상속: IFileSystem
파일 보기 프로젝트 열기: monoman/NugetCracker

공개 메소드들

메소드 설명
AddFile ( string path, Stream stream ) : void
DeleteDirectory ( string path, bool recursive ) : void
DeleteFile ( string path ) : void
DirectoryExists ( string path ) : bool
FileExists ( string path ) : bool
GetCreated ( string path ) : DateTimeOffset
GetDirectories ( string path ) : IEnumerable
GetFiles ( string path ) : IEnumerable
GetFiles ( string path, string filter ) : IEnumerable
GetFullPath ( string path ) : string
GetLastModified ( string path ) : DateTimeOffset
OpenFile ( string path ) : Stream

비공개 메소드들

메소드 설명
NullFileSystem ( ) : System

메소드 상세

AddFile() 공개 메소드

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

DeleteDirectory() 공개 메소드

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

DeleteFile() 공개 메소드

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

DirectoryExists() 공개 메소드

public DirectoryExists ( string path ) : bool
path string
리턴 bool

FileExists() 공개 메소드

public FileExists ( string path ) : bool
path string
리턴 bool

GetCreated() 공개 메소드

public GetCreated ( string path ) : DateTimeOffset
path string
리턴 DateTimeOffset

GetDirectories() 공개 메소드

public GetDirectories ( string path ) : IEnumerable
path string
리턴 IEnumerable

GetFiles() 공개 메소드

public GetFiles ( string path ) : IEnumerable
path string
리턴 IEnumerable

GetFiles() 공개 메소드

public GetFiles ( string path, string filter ) : IEnumerable
path string
filter string
리턴 IEnumerable

GetFullPath() 공개 메소드

public GetFullPath ( string path ) : string
path string
리턴 string

GetLastModified() 공개 메소드

public GetLastModified ( string path ) : DateTimeOffset
path string
리턴 DateTimeOffset

OpenFile() 공개 메소드

public OpenFile ( string path ) : Stream
path string
리턴 Stream