C# 클래스 CSharpUtils.VirtualFileSystem.ProxyReadOnlyFilesystem

상속: ProxyFileSystem
파일 보기 프로젝트 열기: soywiz/csharputils

공개 메소드들

메소드 설명
ProxyReadOnlyFilesystem ( FileSystem ParentFileSystem ) : System

보호된 메소드들

메소드 설명
ImplDeleteFile ( string Path ) : void
ImplMoveFile ( string ExistingFileName, string NewFileName, bool ReplaceExisiting ) : void
ImplOpenFile ( string FileName, System FileMode ) : FileSystemFileStream

메소드 상세

ImplDeleteFile() 최종 보호된 메소드

final protected ImplDeleteFile ( string Path ) : void
Path string
리턴 void

ImplMoveFile() 최종 보호된 메소드

final protected ImplMoveFile ( string ExistingFileName, string NewFileName, bool ReplaceExisiting ) : void
ExistingFileName string
NewFileName string
ReplaceExisiting bool
리턴 void

ImplOpenFile() 보호된 메소드

protected ImplOpenFile ( string FileName, System FileMode ) : FileSystemFileStream
FileName string
FileMode System
리턴 FileSystemFileStream

ProxyReadOnlyFilesystem() 공개 메소드

public ProxyReadOnlyFilesystem ( FileSystem ParentFileSystem ) : System
ParentFileSystem FileSystem
리턴 System