BuildXact Members
The following tables list the members exposed by the BuildXact type.
Public Constructors
Name | Description | |
---|---|---|
BuildXact | Initializes a new instance of BuildXact. |
Public Properties
Name | Description | |
---|---|---|
BuildConfiguration | Gets or sets the content build configuration name. | |
BuildEngine | (Inherited from Task.) | |
HostObject | (Inherited from Task.) | |
IntermediateDirectory | Gets or sets the directory for storing temporary build files. | |
IntermediateFiles | Gets the names of the intermediate files used internally by the build. | |
Log | (Inherited from Task.) | |
OutputDirectory | Gets or sets the directory for the final build results. | |
OutputXactFiles | Gets the names of all files produced by the build, regardless of any incremental optimizations. | |
RebuildAll | Gets or sets the force rebuild flag. | |
RebuiltXactFiles | Gets the names of files modified by an incremental rebuild. | |
RootDirectory | Gets or sets the base directory for the entire content build process. | |
TargetPlatform | Gets or sets the content build target platform. | |
XactProjects | Gets or sets the XACT project files to be built. | |
XnaFrameworkVersion | Gets or sets XNA framework version, used to determine the xactbld.exe path. |
Protected Properties
Name | Description | |
---|---|---|
HelpKeywordPrefix | (Inherited from Task.) | |
TaskResources | (Inherited from Task.) |
Public Methods
Name | Description | |
---|---|---|
Equals | (Inherited from Object.) | |
Execute | Executes the BuildXact task. | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
ReferenceEquals | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) |
See Also
Reference
BuildXact Class
Microsoft.Xna.Framework.Content.Pipeline.Tasks Namespace