ICorDebugHeapValue2.CreateHandle Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- type
- CorDebugHandleType
- ppHandle
- ICorDebugHandleValue
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
- type
- CorDebugHandleType
- ppHandle
-
IntPtr
nativeint