ContentManager Members
The following tables list the members exposed by the ContentManager type.
| Name | Description | |
|---|---|---|
|
ContentManager | Overloaded. Initializes a new instance of ContentManager. |
| Name | Description | |
|---|---|---|
|
RootDirectory | Gets or sets the root directory associated with this ContentManager. |
|
ServiceProvider | Gets the service provider associated with the ContentManager. |
| 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. |
| 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. |