Share via


BuildContent Members

The following tables list the members exposed by the BuildContent type.

Public Constructors

Name Description
Public Method BuildContent Initializes a new instance of BuildContent.

Public Fields

Name Description
Public Field CancelEventNameFormat The format specifier for the named event used to cancel the build.

Public Properties

Name Description
Public Property BuildConfiguration Gets or sets the content build configuration name.
Public Property BuildEngine (Inherited from Task.)
Public Property BuildEngine2 (Inherited from Task.)
Public Property BuildEngine3 (Inherited from Task.)
Public Property CompressContent Gets or sets the content compression flag.
Public Property HostObject (Inherited from Task.)
Public Property IntermediateDirectory Gets or sets the directory for storing temporary build files.
Public Property IntermediateFiles Gets all file names produced by the build, regardless of any incremental optimizations.
Public Property Log (Inherited from Task.)
Public Property LoggerRootDirectory Gets or sets the base reference path used when reporting errors during the content build process.
Public Property OutputContentFiles Gets all file names produced by the build, regardless of any incremental optimizations.
Public Property OutputDirectory Gets or sets the output directory for the final build results.
Public Property PipelineAssemblies Gets or sets the names of assemblies that provide Importer<T> or ContentProcessor<T> components for use by the build.
Public Property PipelineAssemblyDependencies Gets or sets the dependencies of the pipeline assemblies.
Public Property RebuildAll Gets or sets the force rebuild flag.
Public Property RebuiltContentFiles Gets the list of file names modified by an incremental rebuild.
Public Property RootDirectory Gets or sets the base path for the entire content build process.
Public Property SourceAssets Gets or sets the source asset files to be built.
Public Property TargetPlatform Gets or sets the content build target platform.
Public Property TargetProfile Gets or sets the target graphics profile.

Protected Properties

Name Description
Protected Property HelpKeywordPrefix (Inherited from Task.)
Protected Property TaskResources (Inherited from Task.)

Public Methods

Name Description
Public Method Equals (Inherited from Object.)
Public Method Execute Executes the related build task.
Public Method GetHashCode (Inherited from Object.)
Public Method GetType (Inherited from Object.)
Public Method ToString (Inherited from Object.)

Protected Methods

Name Description
Protected Method Finalize (Inherited from Object.)
Protected Method MemberwiseClone (Inherited from Object.)

See Also

Reference

BuildContent Class
Microsoft.Xna.Framework.Content.Pipeline.Tasks Namespace