ICorDebugHeapValue2.CreateHandle 方法

定义

重载

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

参数

返回

Int32

返回 Int32

适用于

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

参数

ppHandle
IntPtr

nativeint

返回

Int32

适用于