IBootstrapperBuilder Interface

Definition

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.

Applies to