ICorDebugHeapValue2.CreateHandle Method

Definition

Overloads

CreateHandle(CorDebugHandleType, ICorDebugHandleValue)
CreateHandle(CorDebugHandleType, IntPtr)

CreateHandle(CorDebugHandleType, ICorDebugHandleValue)

public:
 int CreateHandle(Microsoft::VisualStudio::CorDebugInterop::CorDebugHandleType type, [Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugHandleValue ^ % ppHandle);
public int CreateHandle (Microsoft.VisualStudio.CorDebugInterop.CorDebugHandleType type, out Microsoft.VisualStudio.CorDebugInterop.ICorDebugHandleValue ppHandle);
abstract member CreateHandle : Microsoft.VisualStudio.CorDebugInterop.CorDebugHandleType * ICorDebugHandleValue -> int
Public Function CreateHandle (type As CorDebugHandleType, ByRef ppHandle As ICorDebugHandleValue) As Integer

Parameters

Returns

Returns Int32.

Applies to

CreateHandle(CorDebugHandleType, IntPtr)

public:
 int CreateHandle(Microsoft::VisualStudio::CorDebugInterop::CorDebugHandleType type, [Runtime::InteropServices::Out] IntPtr % ppHandle);
public int CreateHandle (Microsoft.VisualStudio.CorDebugInterop.CorDebugHandleType type, out IntPtr ppHandle);
abstract member CreateHandle : Microsoft.VisualStudio.CorDebugInterop.CorDebugHandleType * nativeint -> int
Public Function CreateHandle (type As CorDebugHandleType, ByRef ppHandle As IntPtr) As Integer

Parameters

ppHandle
IntPtr

nativeint

Returns

Applies to