C# 클래스 CSharpUtils.VirtualFileSystem.FileSystemFromPath

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

공개 프로퍼티들

프로퍼티 타입 설명
AccessPath String
AllowAccessingParent bool

공개 메소드들

메소드 설명
FileSystemFromPath ( FileSystem ParentFileSystem, String AccessPath, bool AllowAccessingParent = false ) : System

보호된 메소드들

메소드 설명
Access ( String Path, FileSystem &NewFileSystem, String &NewPath ) : void
FilterFileSystemEntry ( FileSystemEntry FileSystemEntry ) : FileSystemEntry

메소드 상세

Access() 보호된 메소드

protected Access ( String Path, FileSystem &NewFileSystem, String &NewPath ) : void
Path String
NewFileSystem FileSystem
NewPath String
리턴 void

FileSystemFromPath() 공개 메소드

public FileSystemFromPath ( FileSystem ParentFileSystem, String AccessPath, bool AllowAccessingParent = false ) : System
ParentFileSystem FileSystem
AccessPath String
AllowAccessingParent bool
리턴 System

FilterFileSystemEntry() 보호된 메소드

protected FilterFileSystemEntry ( FileSystemEntry FileSystemEntry ) : FileSystemEntry
FileSystemEntry FileSystemEntry
리턴 FileSystemEntry

프로퍼티 상세

AccessPath 공개적으로 프로퍼티

public String AccessPath
리턴 String

AllowAccessingParent 공개적으로 프로퍼티

public bool AllowAccessingParent
리턴 bool