IVsAppContainerBootstrapper2 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.
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
This interface is safe to access from any thread.
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. |