ContentManager Members
The following tables list the members exposed by the ContentManager type.
Public Constructors
Name | Description | |
---|---|---|
ContentManager | Overloaded. Initializes a new instance of ContentManager. |
Public Properties
Name | Description | |
---|---|---|
RootDirectory | Gets or sets the root directory associated with this ContentManager. | |
ServiceProvider | Gets the service provider associated with the ContentManager. |
Public Methods
Name | Description | |
---|---|---|
Dispose | Overloaded. Releases the resources used by the ContentManager class. | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Load | Loads an asset that has been processed by the Content Pipeline. | |
ToString | (Inherited from Object.) | |
Unload | Disposes all data that was loaded by this ContentManager. |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
OpenStream | Opens a stream for reading the specified asset. Derived classes can replace this to implement pack files or asset compression. | |
ReadAsset | Low-level worker method that reads asset data. |
See Also
Reference
ContentManager Class
Microsoft.Xna.Framework.Content Namespace