GenerateTemporaryTargetAssembly Class
This API supports the product infrastructure and is not intended to be used directly from your code.
Implements the GenerateTemporaryTargetAssembly task. Use the GenerateTemporaryTargetAssembly element in your project file to create and execute this task. For usage and parameter information, see GenerateTemporaryTargetAssembly Task.
Assembly: PresentationBuildTasks (in PresentationBuildTasks.dll)
Microsoft.Build.Utilities::Task
Microsoft.Build.Tasks.Windows::GenerateTemporaryTargetAssembly
| Name | Description | |
|---|---|---|
![]() | GenerateTemporaryTargetAssembly() | This API supports the product infrastructure and is not intended to be used directly from your code. Initializes a new instance of the GenerateTemporaryTargetAssembly class. |
| Name | Description | |
|---|---|---|
![]() | AssemblyName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the short name of the assembly that is generated for a project and is also the name of the target assembly that is temporarily generated. |
![]() | BuildEngine | Gets or sets the instance of the IBuildEngine object used by the task.(Inherited from Task.) |
![]() | BuildEngine2 | Gets the instance of the IBuildEngine2 object used by the task.(Inherited from Task.) |
![]() | BuildEngine3 | Gets the instance of the IBuildEngine3 object used by the task.(Inherited from Task.) |
![]() | BuildEngine4 | Gets the instance of the IBuildEngine4 object used by the task.(Inherited from Task.) |
![]() | CompileTargetName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the MS Build target name which is used to generate assembly from source code files. |
![]() | CompileTypeName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the appropriate item name which can be accepted by managed compiler task. |
![]() | CurrentProject | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the full path of current project file. |
![]() | GeneratedCodeFiles | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a list of generated code files. |
![]() | HostObject | Gets or sets the host object associated with the task.(Inherited from Task.) |
![]() | IntermediateOutputPath | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the directory that the temporary target assembly is generated to. |
![]() | Log | Gets an instance of a TaskLoggingHelper class containing task logging methods.(Inherited from Task.) |
![]() | MSBuildBinPath | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the MS Build binary path. |
![]() | ReferencePath | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets a list of resolved reference assemblies. |
![]() | ReferencePathTypeName | This API supports the product infrastructure and is not intended to be used directly from your code. Gets or sets the item name which is used to keep the Reference list in managed compiler task. |
| Name | Description | |
|---|---|---|
![]() | Equals(Object^) | Determines whether the specified object is equal to the current object.(Inherited from Object.) |
![]() | Execute() | This API supports the product infrastructure and is not intended to be used directly from your code. Executes a task.(Overrides Task::Execute().) |
![]() | GetHashCode() | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType() | |
![]() | ToString() | Returns a string that represents the current object.(Inherited from Object.) |
Available since 3.0
Any public static ( Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

