ContentProcessorContext Members
The following tables list the members exposed by the ContentProcessorContext type.
Public Constructors
Name | Description | |
---|---|---|
ContentProcessorContext | Initializes a new instance of ContentProcessorContext. |
Public Properties
Name | Description | |
---|---|---|
BuildConfiguration | Gets the name of the current content build configuration. | |
IntermediateDirectory | Gets the path of the directory that will contain any intermediate files generated by the content processor. | |
Logger | Gets the logger interface used for status messages or warnings. | |
OutputDirectory | Gets the output path of the content processor. | |
OutputFilename | Gets the output file name of the content processor. | |
Parameters | Gets the collection of parameters used by the content processor. | |
TargetPlatform | Gets the current content build target platform. | |
TargetProfile | Gets the current content build target profile. |
Public Methods
Name | Description | |
---|---|---|
AddDependency | Adds a dependency to the specified file. | |
AddOutputFile | Add a file name to the list of related output files maintained by the build item. | |
BuildAndLoadAsset | Overloaded. Initiates a nested build of the specified asset and then loads the result into memory. | |
BuildAsset | Overloaded. Initiates a nested build of an asset. | |
Convert | Overloaded. Converts a content item object using the specified content processor. | |
Equals | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
ContentProcessorContext Class
Microsoft.Xna.Framework.Content.Pipeline Namespace