Microsoft.Build.Tasks.Deployment.Bootstrapper Namespace
.NET Framework 2.0
Note: This namespace is new in the .NET Framework version 2.0.
The Microsoft.Build.Tasks.Deployment.Bootstrapper namespace contains classes used internally by MSBuild.
| Class | Description | |
|---|---|---|
![]() | BootstrapperBuilder | This class is the top-level object for the bootstrapper system. |
![]() | BuildMessage | This class defines messages that occur during the BootstrapperBuilder build operation. |
![]() | BuildResults | Represents the results of the BootstrapperBuilder build operation. |
![]() | BuildSettings | This class defines the settings for the bootstrapper build operation. |
![]() | Product | This class represents a product that the BootstrapperBuilder finds in the Path property. |
![]() | ProductBuilder | This class represents a buildable version of a Product. |
![]() | ProductBuilderCollection | This class contains a collection of ProductBuilder objects. |
![]() | ProductCollection | 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 | This interface exposes functionality necessary to build a bootstrapper. |
![]() | IBuildMessage | Represents messages that occur during the BootstrapperBuilder build operation. |
![]() | IBuildResults | Represents the results of the BootstrapperBuilder build operation. |
![]() | IBuildSettings | This interface defines the settings for the bootstrapper build operation. |
![]() | IProduct | This interface represents a product that the BootstrapperBuilder finds in the Path property. |
![]() | IProductBuilder | This interface represents a buildable version of a Product. |
![]() | IProductBuilderCollection | This interface contains a collection of ProductBuilder objects. |
![]() | IProductCollection | 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. |
| Enumeration | Description | |
|---|---|---|
![]() | BuildMessageSeverity | This enumeration provides three levels of importance for build messages. |
![]() | ComponentsLocation | This enumeration specifies the way that required components will be published. |
Community Additions
ADD
Show:


