Click or drag to resize
DigitalRuneStorageContentManager Class
Extends the XNA ContentManager and loads assets from any IStorage location.
Inheritance Hierarchy
SystemObject
  ContentManager
    DigitalRune.StoragesStorageContentManager

Namespace: DigitalRune.Storages
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public class StorageContentManager : ContentManager, 
	IStorageProvider

The StorageContentManager type exposes the following members.

Constructors
  NameDescription
Public methodStorageContentManager(IServiceProvider)
Initializes a new instance of the StorageContentManager class reading content from the IStorage service.
Public methodStorageContentManager(IServiceProvider, IStorage)
Initializes a new instance of the StorageContentManager class reading content from the specified storage.
Public methodStorageContentManager(IServiceProvider, IStorage, String)
Initializes a new instance of the StorageContentManager class.
Top
Methods
  NameDescription
Public methodDispose (Inherited from ContentManager.)
Protected methodDispose(Boolean) (Inherited from ContentManager.)
Public methodEquals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLoad``1 (Inherited from ContentManager.)
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Protected methodOpenStream
Opens a stream for reading the specified asset. Derived classes can replace this to implement pack files or asset compression.
(Overrides ContentManager.OpenStream(String).)
Protected methodReadAsset``1 (Inherited from ContentManager.)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUnload (Inherited from ContentManager.)
Top
Properties
  NameDescription
Public propertyRootDirectory (Inherited from ContentManager.)
Public propertyServiceProvider (Inherited from ContentManager.)
Public propertyStorage
Gets the storage that provides the content.
Top
See Also