BuildContent Members
The following tables list the members exposed by the BuildContent type.
Public Constructors
Name | Description | |
---|---|---|
![]() |
BuildContent | Initializes a new instance of BuildContent. |
Public Fields
Name | Description | |
---|---|---|
![]() |
CancelEventNameFormat | The format specifier for the named event used to cancel the build. |
Public Properties
Name | Description | |
---|---|---|
![]() |
BuildConfiguration | Gets or sets the content build configuration name. |
![]() |
BuildEngine | (Inherited from Task.) |
![]() |
BuildEngine2 | (Inherited from Task.) |
![]() |
BuildEngine3 | (Inherited from Task.) |
![]() |
CompressContent | Gets or sets the content compression flag. |
![]() |
HostObject | (Inherited from Task.) |
![]() |
IntermediateDirectory | Gets or sets the directory for storing temporary build files. |
![]() |
IntermediateFiles | Gets all file names produced by the build, regardless of any incremental optimizations. |
![]() |
Log | (Inherited from Task.) |
![]() |
LoggerRootDirectory | Gets or sets the base reference path used when reporting errors during the content build process. |
![]() |
OutputContentFiles | Gets all file names produced by the build, regardless of any incremental optimizations. |
![]() |
OutputDirectory | Gets or sets the output directory for the final build results. |
![]() |
PipelineAssemblies | Gets or sets the names of assemblies that provide Importer<T> or ContentProcessor<T> components for use by the build. |
![]() |
PipelineAssemblyDependencies | Gets or sets the dependencies of the pipeline assemblies. |
![]() |
RebuildAll | Gets or sets the force rebuild flag. |
![]() |
RebuiltContentFiles | Gets the list of file names modified by an incremental rebuild. |
![]() |
RootDirectory | Gets or sets the base path for the entire content build process. |
![]() |
SourceAssets | Gets or sets the source asset files to be built. |
![]() |
TargetPlatform | Gets or sets the content build target platform. |
![]() |
TargetProfile | Gets or sets the target graphics profile. |
Protected Properties
Name | Description | |
---|---|---|
![]() |
HelpKeywordPrefix | (Inherited from Task.) |
![]() |
TaskResources | (Inherited from Task.) |
Public Methods
Name | Description | |
---|---|---|
![]() |
Equals | (Inherited from Object.) |
![]() |
Execute | Executes the related build task. |
![]() |
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
BuildContent Class
Microsoft.Xna.Framework.Content.Pipeline.Tasks Namespace