Share via


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
Public method 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.
Public method 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
Public property 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.
Public property 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
Public method 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.
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method 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.
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method 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.

See Also

Reference

Microsoft.Build.Tasks.Deployment.Bootstrapper Namespace