Method | Description | |
---|---|---|
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 | |
return | System.Threading.Tasks.Task |
public EnumerateDirectoryAsync ( VirtualFilePath Path ) : Task |
||
Path | VirtualFilePath | |
return | Task |
public GetFileInfoAsync ( VirtualFilePath Path ) : Task |
||
Path | VirtualFilePath | |
return | Task |
public OpenAsync ( VirtualFilePath Path, System FileMode, System FileAccess, System FileShare ) : Task |
||
Path | VirtualFilePath | |
FileMode | System | |
FileAccess | System | |
FileShare | System | |
return | Task |
public ParseZipOnceAsync ( ) : System.Threading.Tasks.Task | ||
return | System.Threading.Tasks.Task |
public ZipFileSystem ( IVirtualFileStream ZipStream ) : System | ||
ZipStream | IVirtualFileStream | |
return | System |