IVsAppContainerBootstrapper2 Interface

Definition

Represents the bootstrapper.

public interface class IVsAppContainerBootstrapper2
public interface class IVsAppContainerBootstrapper2
__interface IVsAppContainerBootstrapper2
[System.Runtime.InteropServices.Guid("998E42FD-1646-4538-A519-9D4CA6B24740")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAppContainerBootstrapper2
[<System.Runtime.InteropServices.Guid("998E42FD-1646-4538-A519-9D4CA6B24740")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAppContainerBootstrapper2 = interface
Public Interface IVsAppContainerBootstrapper2
Attributes

Remarks

Introduced in Visual Studio 2013 Update 2.

Methods

AdviseAppContainerBootstrapperEvents(IVsAppContainerBootstrapperEvents)

Subscribes to bootstrapper events.

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

Asynchronously bootstraps the given target

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