IVsDebugger3.IsProcessRecycleRequired(VsDebugTargetProcessInfo[]) Method

Definition

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.

Applies to