IBootstrapperBuilder Interface
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 interface exposes functionality necessary to build a bootstrapper.
This API supports the product infrastructure and is not intended to be used directly from your code.
public interface class IBootstrapperBuilder
[System.Runtime.InteropServices.ComVisible(true)]
[System.Runtime.InteropServices.Guid("1D202366-5EEA-4379-9255-6F8CDB8587C9")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)]
public interface IBootstrapperBuilder
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Runtime.InteropServices.Guid("1D202366-5EEA-4379-9255-6F8CDB8587C9")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsDual)>]
type IBootstrapperBuilder = interface
Public Interface IBootstrapperBuilder
- Derived
- Attributes
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. |