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

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.

.NET Framework Security

See Also

Reference

IVsDebugger3 Interface

Microsoft.VisualStudio.Shell.Interop Namespace