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