IVsDebugLaunchHook.IsProcessRecycleRequired Method
Namespace: Microsoft.VisualStudio.Shell.Interop
Assembly: Microsoft.VisualStudio.Shell.Interop.10.0 (in Microsoft.VisualStudio.Shell.Interop.10.0.dll)
Syntax
'Declaración
Function IsProcessRecycleRequired ( _
pProcessInfo As VsDebugTargetProcessInfo() _
) As Integer
'Uso
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
- pProcessInfo
Type: array<Microsoft.VisualStudio.Shell.Interop.VsDebugTargetProcessInfo[]
Return Value
Type: System.Int32
.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.