ICorDebugHeapValue2.CreateHandle 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
重载
| 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
参数
- type
- CorDebugHandleType
- ppHandle
- ICorDebugHandleValue
返回
返回 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
参数
- type
- CorDebugHandleType
- ppHandle
-
IntPtr
nativeint