IVsDebugger3::IsProcessRecycleRequired Method (array<VsDebugTargetProcessInfo>^)
Visual Studio 2015
Determines whether the specified process must be stopped and restarted.
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Parameters
- pProcessInfo
-
Type:
array<Microsoft.VisualStudio.Shell.Interop::VsDebugTargetProcessInfo>^
The VsDebugTargetProcessInfo that identifies the process.
Return Value
Type: System::Int32S_OK if the process with the given PID/creation time needs to be shut down and restarted due to changes in the debugger options. Otherwise returns S_FALSE.
Show: