DigitalRune.Storages Namespace |
Class | Description | |
---|---|---|
FileSystemStorage |
Provides access to the file system of the operating system.
(Not supported on these platforms: Windows Phone, Windows Store, Xbox 360)
| |
Path |
A portable replacement of System.IO.Path.
| |
Storage |
Implements base functionality for storage providers.
| |
StorageContentManager |
Extends the XNA ContentManager and loads assets from any IStorage
location.
| |
TitleStorage |
Provides access to the title's default storage location. (Only available in the XNA-compatible
build.)
| |
VfsMountInfo |
Defines a point where a storage is mounted into a virtual file system.
| |
VfsMountInfoCollection |
Manages the storages that are mounted into a virtual file system.
| |
VfsStorage |
Provides a virtual file system that maps existing storages into a virtual directory hierarchy.
| |
ZipStorage |
Provides access to the files stored in a ZIP archive.
|
Interface | Description | |
---|---|---|
IStorage |
Provides access to files.
| |
IStorageProvider |
Provides access to a IStorage.
|