IVsDebugger3.IsProcessRecycleRequired Method
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)
Syntax
'Declaration
Function IsProcessRecycleRequired ( _
pProcessInfo As VsDebugTargetProcessInfo() _
) As Integer
int IsProcessRecycleRequired(
VsDebugTargetProcessInfo[] pProcessInfo
)
int IsProcessRecycleRequired(
[InAttribute] array<VsDebugTargetProcessInfo>^ pProcessInfo
)
abstract IsProcessRecycleRequired :
pProcessInfo:VsDebugTargetProcessInfo[] -> int
function IsProcessRecycleRequired(
pProcessInfo : VsDebugTargetProcessInfo[]
) : int
Parameters
pProcessInfo
Type: array<Microsoft.VisualStudio.Shell.Interop.VsDebugTargetProcessInfo[]The VsDebugTargetProcessInfo that identifies the process.
Return Value
Type: 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.
.NET Framework Security
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.