Class | Description |
---|---|
ContentManager |
The ContentManager is the run-time component which loads managed objects from the binary files produced by the design time content pipeline.
|
ContentReader |
A worker object that implements most of ContentManager.Load.
|
ContentTypeReader<T> |
Worker for reading a specific managed type from a binary format.
|
Exception | Description |
---|---|
ContentLoadException |
Exception used to report errors from the ContentManager.Load method.
|