메소드 | 설명 | |
---|---|---|
CreateDirectoryAsync ( VirtualFilePath Path, System DirectorySecurity ) : System.Threading.Tasks.Task | ||
EnumerateDirectoryAsync ( VirtualFilePath Path ) : Task |
||
GetFileInfoAsync ( VirtualFilePath Path ) : Task |
||
OpenAsync ( VirtualFilePath Path, System FileMode, System FileAccess, System FileShare ) : Task |
||
ParseZipOnceAsync ( ) : System.Threading.Tasks.Task | ||
ZipFileSystem ( IVirtualFileStream ZipStream ) : System |
public CreateDirectoryAsync ( VirtualFilePath Path, System DirectorySecurity ) : System.Threading.Tasks.Task | ||
Path | VirtualFilePath | |
DirectorySecurity | System | |
리턴 | System.Threading.Tasks.Task |
public EnumerateDirectoryAsync ( VirtualFilePath Path ) : Task |
||
Path | VirtualFilePath | |
리턴 | Task |
public GetFileInfoAsync ( VirtualFilePath Path ) : Task |
||
Path | VirtualFilePath | |
리턴 | Task |
public OpenAsync ( VirtualFilePath Path, System FileMode, System FileAccess, System FileShare ) : Task |
||
Path | VirtualFilePath | |
FileMode | System | |
FileAccess | System | |
FileShare | System | |
리턴 | Task |
public ParseZipOnceAsync ( ) : System.Threading.Tasks.Task | ||
리턴 | System.Threading.Tasks.Task |
public ZipFileSystem ( IVirtualFileStream ZipStream ) : System | ||
ZipStream | IVirtualFileStream | |
리턴 | System |