| StorageContentManager Class |
Namespace: DigitalRune.Storages
The StorageContentManager type exposes the following members.
| Name | Description | |
|---|---|---|
| StorageContentManager(IServiceProvider) |
Initializes a new instance of the StorageContentManager class reading content
from the IStorage service.
| |
| StorageContentManager(IServiceProvider, IStorage) |
Initializes a new instance of the StorageContentManager class reading content
from the specified storage.
| |
| StorageContentManager(IServiceProvider, IStorage, String) |
Initializes a new instance of the StorageContentManager class.
|
| Name | Description | |
|---|---|---|
| Dispose | (Inherited from ContentManager.) | |
| Dispose(Boolean) | (Inherited from ContentManager.) | |
| Equals | (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Load``1 | (Inherited from ContentManager.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| OpenStream |
Opens a stream for reading the specified asset. Derived classes can replace this to
implement pack files or asset compression.
(Overrides ContentManager.OpenStream(String).) | |
| ReadAsset``1 | (Inherited from ContentManager.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| Unload | (Inherited from ContentManager.) |
| Name | Description | |
|---|---|---|
| RootDirectory | (Inherited from ContentManager.) | |
| ServiceProvider | (Inherited from ContentManager.) | |
| Storage |
Gets the storage that provides the content.
|