IVsAppContainerBootstrapper3 Interface

Definition

Represents the bootstrapper.

public interface class IVsAppContainerBootstrapper3
public interface class IVsAppContainerBootstrapper3
__interface IVsAppContainerBootstrapper3
[System.Runtime.InteropServices.Guid("2AA266FE-074F-4F6B-9B7B-4D231959D23D")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAppContainerBootstrapper3
[<System.Runtime.InteropServices.Guid("2AA266FE-074F-4F6B-9B7B-4D231959D23D")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAppContainerBootstrapper3 = interface
Public Interface IVsAppContainerBootstrapper3
Attributes

Methods

AdviseAppContainerBootstrapperEvents(IVsAppContainerBootstrapperEvents)

Subscribes to bootstrapper events.

BootstrapAsync(String, String, Int32, VsBootstrapperPackageInfo[], Int32, VsBootstrapperPackageInfo[], IVsAppContainerBootstrapperLogger)

Performs an asynchronous bootstrapping operation.

BootstrapForDebuggingAsync(String, String, String, IVsAppContainerBootstrapperLogger)

Asynchronously bootstraps given target and established debugger host for debugging the app represented by the recipe.

BootstrapForDiagnosticsAsync(String, String, Int32, String[], IVsAppContainerBootstrapperLogger)

Asynchronously bootstraps given target and established diagnostics host for debugging the app represented by the recipe.

UnadviseAppContainerBootstrapperEvents(UInt32)

Unsubscribes from bootstrapper events.

Applies to