IVsDebugger3.IsProcessRecycleRequired(VsDebugTargetProcessInfo[]) 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.
Determines whether the specified process must be stopped and restarted.
public:
int IsProcessRecycleRequired(cli::array <Microsoft::VisualStudio::Shell::Interop::VsDebugTargetProcessInfo> ^ pProcessInfo);
int IsProcessRecycleRequired(std::Array <Microsoft::VisualStudio::Shell::Interop::VsDebugTargetProcessInfo> const & pProcessInfo);
public int IsProcessRecycleRequired (Microsoft.VisualStudio.Shell.Interop.VsDebugTargetProcessInfo[] pProcessInfo);
abstract member IsProcessRecycleRequired : Microsoft.VisualStudio.Shell.Interop.VsDebugTargetProcessInfo[] -> int
Public Function IsProcessRecycleRequired (pProcessInfo As VsDebugTargetProcessInfo()) As Integer
Parameters
- pProcessInfo
- VsDebugTargetProcessInfo[]
The VsDebugTargetProcessInfo that identifies the process.
Returns
S_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.