Microsoft.Build.Tasks.Deployment.Bootstrapper Namespace
.NET Framework 4.5
The Microsoft.Build.Tasks.Deployment.Bootstrapper namespace contains classes used internally by MSBuild.
| Class | Description | |
|---|---|---|
|
BootstrapperBuilder | Infrastructure. The top-level object for the bootstrapper system. |
|
BuildMessage | Infrastructure. Defines messages that occur during the BootstrapperBuilder build operation. |
|
BuildResults | Infrastructure. Represents the results of the BootstrapperBuilder build operation. |
|
BuildSettings | Infrastructure. Defines the settings for the bootstrapper build operation. |
|
Product | Infrastructure. Represents a product that the BootstrapperBuilder finds in the Path property. |
|
ProductBuilder | Infrastructure. Represents a buildable version of a Product. |
|
ProductBuilderCollection | Infrastructure. Contains a collection of ProductBuilder objects. |
|
ProductCollection | Infrastructure. This interface represents a collection of Product objects. The collection is a closed set generated by the BootstrapperBuilder based on the Path property. The client cannot add or remove items from this collection. |
| Interface | Description | |
|---|---|---|
|
IBootstrapperBuilder | Infrastructure. Exposes functionality that you must have to create a bootstrapper. |
|
IBuildMessage | Infrastructure. Represents messages that occur during the BootstrapperBuilder build operation. |
|
IBuildResults | Infrastructure. Represents the results of the BootstrapperBuilder build operation. |
|
IBuildSettings | Defines the settings for the bootstrapper build operation. |
|
IProduct | Infrastructure. Represents a product that the BootstrapperBuilder finds in the Path property. |
|
IProductBuilder | Infrastructure. Represents a buildable version of a Product. |
|
IProductBuilderCollection | Infrastructure. Contains a collection of ProductBuilder objects. |
|
IProductCollection | Infrastructure. Represents a collection of Product objects. |
| Enumeration | Description | |
|---|---|---|
|
BuildMessageSeverity | Infrastructure. This enumeration provides three levels of importance for build messages. |
|
ComponentsLocation | Infrastructure. Specifies the way that required components will be published. |