C# 클래스 Simulated._Fs._Storage

파일 보기 프로젝트 열기: arlobelshee/SimulatableApi 1 사용 예제들

공개 메소드들

메소드 설명
StartTrackingChanges ( ) : void
_Storage ( [ allFiles, [ disk ) : System.Collections.Generic

비공개 메소드들

메소드 설명
Clone ( ) : _Storage
CommitChanges ( ) : System.Threading.Tasks.Task
EnsureDirectoryDoesNotExist ( [ path ) : System.Threading.Tasks.Task
EnsureDirectoryExists ( [ path ) : System.Threading.Tasks.Task
IsDirectory ( [ path ) : Task
IsFile ( [ path ) : Task
KnownFilesIn ( [ searchPattern, [ path ) : Task>
OverwriteFileContents ( [ path, [ newContents, [ parent ) : System.Threading.Tasks.Task
OverwriteFileContentsBinary ( [ path, [ newContents, [ parent ) : System.Threading.Tasks.Task
RawContents ( [ path ) : Task
RevertChanges ( ) : System.Threading.Tasks.Task
TextContents ( [ path ) : Task

메소드 상세

StartTrackingChanges() 공개 메소드

public StartTrackingChanges ( ) : void
리턴 void

_Storage() 공개 메소드

public _Storage ( [ allFiles, [ disk ) : System.Collections.Generic
allFiles [
disk [
리턴 System.Collections.Generic