GenerateTemporaryTargetAssembly Class

Definition

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.

This API supports the product infrastructure and is not intended to be used directly from your code.

public ref class GenerateTemporaryTargetAssembly sealed : Microsoft::Build::Utilities::Task
public sealed class GenerateTemporaryTargetAssembly : Microsoft.Build.Utilities.Task
type GenerateTemporaryTargetAssembly = class
    inherit Task
Public NotInheritable Class GenerateTemporaryTargetAssembly
Inherits Task
Inheritance
GenerateTemporaryTargetAssembly

Constructors

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.

Properties

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.

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.

GenerateTemporaryTargetAssemblyDebuggingInformation

Gets or sets a value that indicates whether debugging information is enabled for the GenerateTemporaryTargetAssembly Task. The default value is false.

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.

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.

Methods

Execute()

This API supports the product infrastructure and is not intended to be used directly from your code.

Executes a task.

Applies to