BootstrapperBuilder Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
This class is the top-level object for the bootstrapper system.
This API supports the product infrastructure and is not intended to be used directly from your code.
public ref class BootstrapperBuilder : Microsoft::Build::Tasks::Deployment::Bootstrapper::IBootstrapperBuilder
[System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("1D9FE38A-0226-4b95-9C6B-6DFFA2236270")]
public class BootstrapperBuilder : Microsoft.Build.Tasks.Deployment.Bootstrapper.IBootstrapperBuilder
[<System.Runtime.InteropServices.ClassInterface(System.Runtime.InteropServices.ClassInterfaceType.None)>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("1D9FE38A-0226-4b95-9C6B-6DFFA2236270")>]
type BootstrapperBuilder = class
interface IBootstrapperBuilder
Public Class BootstrapperBuilder
Implements IBootstrapperBuilder
- Inheritance
-
BootstrapperBuilder
- Attributes
- Implements
Constructors
BootstrapperBuilder() |
This API supports the product infrastructure and is not intended to be used directly from your code. Creates a new BootstrapperBuilder. |
BootstrapperBuilder(String) |
This API supports the product infrastructure and is not intended to be used directly from your code. Creates a new BootstrapperBuilder. |
Properties
Path |
This API supports the product infrastructure and is not intended to be used directly from your code. Specifies the location of the required bootstrapper files. |
Products |
This API supports the product infrastructure and is not intended to be used directly from your code. Returns all products available at the current bootstrapper Path |
Methods
Build(BuildSettings) |
This API supports the product infrastructure and is not intended to be used directly from your code. Generates a bootstrapper based on the specified settings. |
GetOutputFolders(String[], String, String, ComponentsLocation) |
This API supports the product infrastructure and is not intended to be used directly from your code. Returns the directories bootstrapper component files would be copied to when built given the specified settings |
XmlToConfigurationFile(XmlNode) |