IVsAppContainerBootstrapper Interface

Definition

Represents the bootstrapper.

public interface class IVsAppContainerBootstrapper
public interface class IVsAppContainerBootstrapper
__interface IVsAppContainerBootstrapper
[System.Runtime.InteropServices.Guid("2C73AFC4-0E02-4A1E-9607-82B417EF00B2")]
[System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)]
public interface IVsAppContainerBootstrapper
[<System.Runtime.InteropServices.Guid("2C73AFC4-0E02-4A1E-9607-82B417EF00B2")>]
[<System.Runtime.InteropServices.InterfaceType(System.Runtime.InteropServices.ComInterfaceType.InterfaceIsIUnknown)>]
type IVsAppContainerBootstrapper = interface
Public Interface IVsAppContainerBootstrapper
Attributes

Methods

AdviseAppContainerBootstrapperEvents(IVsAppContainerBootstrapperEvents)

Subscribes to bootstrapper events.

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

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

UnadviseAppContainerBootstrapperEvents(UInt32)

Unsubscribes from bootstrapper events.

Applies to