BootstrapperBuilder Class
This API supports the .NET Framework infrastructure and is not intended to be used directly from your code.
The top-level object for the bootstrapper system.
MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0.
Inheritance Hierarchy
System.Object
Microsoft.Build.Tasks.Deployment.Bootstrapper.BootstrapperBuilder
Namespace: Microsoft.Build.Tasks.Deployment.Bootstrapper
Assembly: Microsoft.Build.Tasks.Core (in Microsoft.Build.Tasks.Core.dll)
Syntax
'Declaration
<ComVisibleAttribute(True)> _
<GuidAttribute("1D9FE38A-0226-4b95-9C6B-6DFFA2236270")> _
<ClassInterfaceAttribute(ClassInterfaceType.None)> _
Public Class BootstrapperBuilder _
Implements IBootstrapperBuilder
[ComVisibleAttribute(true)]
[GuidAttribute("1D9FE38A-0226-4b95-9C6B-6DFFA2236270")]
[ClassInterfaceAttribute(ClassInterfaceType.None)]
public class BootstrapperBuilder : IBootstrapperBuilder
[ComVisibleAttribute(true)]
[GuidAttribute(L"1D9FE38A-0226-4b95-9C6B-6DFFA2236270")]
[ClassInterfaceAttribute(ClassInterfaceType::None)]
public ref class BootstrapperBuilder : IBootstrapperBuilder
[<ComVisibleAttribute(true)>]
[<GuidAttribute("1D9FE38A-0226-4b95-9C6B-6DFFA2236270")>]
[<ClassInterfaceAttribute(ClassInterfaceType.None)>]
type BootstrapperBuilder =
class
interface IBootstrapperBuilder
end
public class BootstrapperBuilder implements IBootstrapperBuilder
The BootstrapperBuilder type exposes the following members.
Constructors
Name | Description | |
---|---|---|
BootstrapperBuilder() | Initializes a new instance of the BootstrapperBuilder class.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. | |
BootstrapperBuilder(String) | Initializes a new instance of the BootstrapperBuilder class, using the specified version of Visual Studio.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. |
Top
Properties
Name | Description | |
---|---|---|
Path | Infrastructure. Gets or sets the location of the required bootstrapper files.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. | |
Products | Infrastructure. Gets all products available at the current bootstrapper Path.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. |
Top
Methods
Name | Description | |
---|---|---|
Build | Infrastructure. Generates a bootstrapper by using the specified settings.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. | |
Equals | (Inherited from Object.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetOutputFolders | Infrastructure. Returns the directories to which bootstrapper component files are copied when they are created, given the specified settings.MSBuild is now included in Visual Studio instead of the .NET Framework. You can use MSBuild 12.0 side-by-side with versions previously deployed with the .NET Framework.For more information, see What's New in MSBuild 12.0. | |
GetType | (Inherited from Object.) | |
MemberwiseClone | (Inherited from Object.) | |
ToString | (Inherited from Object.) |
Top
Thread Safety
Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.