IVsDebugger3::IsProcessRecycleRequired Method (array<VsDebugTargetProcessInfo>^)

 

Determines whether the specified process must be stopped and restarted.

Namespace:   Microsoft.VisualStudio.Shell.Interop
Assembly:  Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)

int IsProcessRecycleRequired(
	array<VsDebugTargetProcessInfo>^ pProcessInfo
)

Parameters

pProcessInfo
Type: array<Microsoft.VisualStudio.Shell.Interop::VsDebugTargetProcessInfo>^

The VsDebugTargetProcessInfo that identifies the process.

Return Value

Type: System::Int32

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.

Return to top
Show: