共用方式為


IVsDebugLaunchHook.IsProcessRecycleRequired Method

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

Syntax

'宣告
Function IsProcessRecycleRequired ( _
    pProcessInfo As VsDebugTargetProcessInfo() _
) As Integer
'用途
Dim instance As IVsDebugLaunchHook
Dim pProcessInfo As VsDebugTargetProcessInfo()
Dim returnValue As Integer

returnValue = instance.IsProcessRecycleRequired(pProcessInfo)
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

.NET Framework Security

See Also

Reference

IVsDebugLaunchHook Interface

IVsDebugLaunchHook Members

Microsoft.VisualStudio.Shell.Interop Namespace