C# 클래스 fs4net.Framework.Test.MockFileSystem

상속: IFileSystem, IInternalFileSystem
파일 보기 프로젝트 열기: toroso/fs4net

공개 메소드들

메소드 설명
AllDrives ( ) : IEnumerable
CopyAndOverwriteFile ( RootedCanonicalPath source, RootedCanonicalPath destination ) : void
CopyFile ( RootedCanonicalPath source, RootedCanonicalPath destination ) : void
CreateAppendStream ( RootedCanonicalPath path ) : Stream
CreateDirectory ( RootedCanonicalPath path ) : void
CreateModifyStream ( RootedCanonicalPath path ) : Stream
CreateReadStream ( RootedCanonicalPath path ) : Stream
CreateWriteStream ( RootedCanonicalPath path ) : Stream
DeleteDirectory ( RootedCanonicalPath path, bool recursive ) : void
DeleteFile ( RootedCanonicalPath path ) : void
DirectoryDescribing ( string fullPath ) : RootedDirectory
DirectoryDescribingCurrentDirectory ( ) : RootedDirectory
DirectoryDescribingSpecialFolder ( Environment folder ) : RootedDirectory
DirectoryDescribingTemporaryDirectory ( ) : RootedDirectory
DirectoryFromCurrentDirectory ( string path ) : RootedDirectory
DriveDescribing ( string driveName ) : Drive
FileDescribing ( string fullPath ) : RootedFile
FileFromCurrentDirectory ( string path ) : RootedFile
GetCurrentDirectory ( ) : string
GetDirectoriesInDirectory ( RootedCanonicalPath path ) : IEnumerable
GetDirectoryCreationTime ( RootedCanonicalPath path ) : System.DateTime
GetDirectoryLastAccessTime ( RootedCanonicalPath path ) : System.DateTime
GetDirectoryLastWriteTime ( RootedCanonicalPath path ) : System.DateTime
GetFileCreationTime ( RootedCanonicalPath path ) : System.DateTime
GetFileLastAccessTime ( RootedCanonicalPath path ) : System.DateTime
GetFileLastWriteTime ( RootedCanonicalPath path ) : System.DateTime
GetFileSize ( RootedCanonicalPath path ) : long
GetFilesInDirectory ( RootedCanonicalPath path ) : IEnumerable
IsDirectory ( RootedCanonicalPath path ) : bool
IsFile ( RootedCanonicalPath path ) : bool
MoveDirectory ( RootedCanonicalPath source, RootedCanonicalPath destination ) : void
MoveFile ( RootedCanonicalPath source, RootedCanonicalPath destination ) : void
SetCurrentDirectory ( RootedCanonicalPath path ) : void
SetDirectoryCreationTime ( RootedCanonicalPath path, System.DateTime at ) : void
SetDirectoryLastAccessTime ( RootedCanonicalPath path, System.DateTime at ) : void
SetDirectoryLastWriteTime ( RootedCanonicalPath path, System.DateTime at ) : void
SetFileCreationTime ( RootedCanonicalPath path, System.DateTime at ) : void
SetFileLastAccessTime ( RootedCanonicalPath path, System.DateTime at ) : void
SetFileLastWriteTime ( RootedCanonicalPath path, System.DateTime at ) : void

메소드 상세

AllDrives() 공개 메소드

public AllDrives ( ) : IEnumerable
리턴 IEnumerable

CopyAndOverwriteFile() 공개 메소드

public CopyAndOverwriteFile ( RootedCanonicalPath source, RootedCanonicalPath destination ) : void
source RootedCanonicalPath
destination RootedCanonicalPath
리턴 void

CopyFile() 공개 메소드

public CopyFile ( RootedCanonicalPath source, RootedCanonicalPath destination ) : void
source RootedCanonicalPath
destination RootedCanonicalPath
리턴 void

CreateAppendStream() 공개 메소드

public CreateAppendStream ( RootedCanonicalPath path ) : Stream
path RootedCanonicalPath
리턴 Stream

CreateDirectory() 공개 메소드

public CreateDirectory ( RootedCanonicalPath path ) : void
path RootedCanonicalPath
리턴 void

CreateModifyStream() 공개 메소드

public CreateModifyStream ( RootedCanonicalPath path ) : Stream
path RootedCanonicalPath
리턴 Stream

CreateReadStream() 공개 메소드

public CreateReadStream ( RootedCanonicalPath path ) : Stream
path RootedCanonicalPath
리턴 Stream

CreateWriteStream() 공개 메소드

public CreateWriteStream ( RootedCanonicalPath path ) : Stream
path RootedCanonicalPath
리턴 Stream

DeleteDirectory() 공개 메소드

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

DeleteFile() 공개 메소드

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

DirectoryDescribing() 공개 메소드

public DirectoryDescribing ( string fullPath ) : RootedDirectory
fullPath string
리턴 RootedDirectory

DirectoryDescribingCurrentDirectory() 공개 메소드

public DirectoryDescribingCurrentDirectory ( ) : RootedDirectory
리턴 RootedDirectory

DirectoryDescribingSpecialFolder() 공개 메소드

public DirectoryDescribingSpecialFolder ( Environment folder ) : RootedDirectory
folder System.Environment
리턴 RootedDirectory

DirectoryDescribingTemporaryDirectory() 공개 메소드

public DirectoryDescribingTemporaryDirectory ( ) : RootedDirectory
리턴 RootedDirectory

DirectoryFromCurrentDirectory() 공개 메소드

public DirectoryFromCurrentDirectory ( string path ) : RootedDirectory
path string
리턴 RootedDirectory

DriveDescribing() 공개 메소드

public DriveDescribing ( string driveName ) : Drive
driveName string
리턴 Drive

FileDescribing() 공개 메소드

public FileDescribing ( string fullPath ) : RootedFile
fullPath string
리턴 RootedFile

FileFromCurrentDirectory() 공개 메소드

public FileFromCurrentDirectory ( string path ) : RootedFile
path string
리턴 RootedFile

GetCurrentDirectory() 공개 메소드

public GetCurrentDirectory ( ) : string
리턴 string

GetDirectoriesInDirectory() 공개 메소드

public GetDirectoriesInDirectory ( RootedCanonicalPath path ) : IEnumerable
path RootedCanonicalPath
리턴 IEnumerable

GetDirectoryCreationTime() 공개 메소드

public GetDirectoryCreationTime ( RootedCanonicalPath path ) : System.DateTime
path RootedCanonicalPath
리턴 System.DateTime

GetDirectoryLastAccessTime() 공개 메소드

public GetDirectoryLastAccessTime ( RootedCanonicalPath path ) : System.DateTime
path RootedCanonicalPath
리턴 System.DateTime

GetDirectoryLastWriteTime() 공개 메소드

public GetDirectoryLastWriteTime ( RootedCanonicalPath path ) : System.DateTime
path RootedCanonicalPath
리턴 System.DateTime

GetFileCreationTime() 공개 메소드

public GetFileCreationTime ( RootedCanonicalPath path ) : System.DateTime
path RootedCanonicalPath
리턴 System.DateTime

GetFileLastAccessTime() 공개 메소드

public GetFileLastAccessTime ( RootedCanonicalPath path ) : System.DateTime
path RootedCanonicalPath
리턴 System.DateTime

GetFileLastWriteTime() 공개 메소드

public GetFileLastWriteTime ( RootedCanonicalPath path ) : System.DateTime
path RootedCanonicalPath
리턴 System.DateTime

GetFileSize() 공개 메소드

public GetFileSize ( RootedCanonicalPath path ) : long
path RootedCanonicalPath
리턴 long

GetFilesInDirectory() 공개 메소드

public GetFilesInDirectory ( RootedCanonicalPath path ) : IEnumerable
path RootedCanonicalPath
리턴 IEnumerable

IsDirectory() 공개 메소드

public IsDirectory ( RootedCanonicalPath path ) : bool
path RootedCanonicalPath
리턴 bool

IsFile() 공개 메소드

public IsFile ( RootedCanonicalPath path ) : bool
path RootedCanonicalPath
리턴 bool

MoveDirectory() 공개 메소드

public MoveDirectory ( RootedCanonicalPath source, RootedCanonicalPath destination ) : void
source RootedCanonicalPath
destination RootedCanonicalPath
리턴 void

MoveFile() 공개 메소드

public MoveFile ( RootedCanonicalPath source, RootedCanonicalPath destination ) : void
source RootedCanonicalPath
destination RootedCanonicalPath
리턴 void

SetCurrentDirectory() 공개 메소드

public SetCurrentDirectory ( RootedCanonicalPath path ) : void
path RootedCanonicalPath
리턴 void

SetDirectoryCreationTime() 공개 메소드

public SetDirectoryCreationTime ( RootedCanonicalPath path, System.DateTime at ) : void
path RootedCanonicalPath
at System.DateTime
리턴 void

SetDirectoryLastAccessTime() 공개 메소드

public SetDirectoryLastAccessTime ( RootedCanonicalPath path, System.DateTime at ) : void
path RootedCanonicalPath
at System.DateTime
리턴 void

SetDirectoryLastWriteTime() 공개 메소드

public SetDirectoryLastWriteTime ( RootedCanonicalPath path, System.DateTime at ) : void
path RootedCanonicalPath
at System.DateTime
리턴 void

SetFileCreationTime() 공개 메소드

public SetFileCreationTime ( RootedCanonicalPath path, System.DateTime at ) : void
path RootedCanonicalPath
at System.DateTime
리턴 void

SetFileLastAccessTime() 공개 메소드

public SetFileLastAccessTime ( RootedCanonicalPath path, System.DateTime at ) : void
path RootedCanonicalPath
at System.DateTime
리턴 void

SetFileLastWriteTime() 공개 메소드

public SetFileLastWriteTime ( RootedCanonicalPath path, System.DateTime at ) : void
path RootedCanonicalPath
at System.DateTime
리턴 void