IVsAppContainerBootstrapper6.BootstrapForDebuggingAsUserAsync Method
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.
public:
Microsoft::VisualStudio::Shell::Interop::IVsTask ^ BootstrapForDebuggingAsUserAsync(Microsoft::VisualStudio::Shell::Interop::BootstrappingArchitecture architecture, System::String ^ target, int processId, Microsoft::VisualStudio::Shell::Interop::IVsAppContainerBootstrapperLogger ^ logger);
public Microsoft.VisualStudio.Shell.Interop.IVsTask BootstrapForDebuggingAsUserAsync (Microsoft.VisualStudio.Shell.Interop.BootstrappingArchitecture architecture, string target, int processId, Microsoft.VisualStudio.Shell.Interop.IVsAppContainerBootstrapperLogger logger);
abstract member BootstrapForDebuggingAsUserAsync : Microsoft.VisualStudio.Shell.Interop.BootstrappingArchitecture * string * int * Microsoft.VisualStudio.Shell.Interop.IVsAppContainerBootstrapperLogger -> Microsoft.VisualStudio.Shell.Interop.IVsTask
Public Function BootstrapForDebuggingAsUserAsync (architecture As BootstrappingArchitecture, target As String, processId As Integer, logger As IVsAppContainerBootstrapperLogger) As IVsTask
Parameters
- architecture
- BootstrappingArchitecture
- target
- String
- processId
- Int32
Returns
Remarks
This method is safe to access from any thread.