ICorDebugProcess2.GetReferenceValueFromGCHandle 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.
public:
void GetReferenceValueFromGCHandle(IntPtr handle, [Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugReferenceValue ^ % pOutValue);
public void GetReferenceValueFromGCHandle (IntPtr handle, out Microsoft.VisualStudio.CorDebugInterop.ICorDebugReferenceValue pOutValue);
abstract member GetReferenceValueFromGCHandle : nativeint * ICorDebugReferenceValue -> unit
Public Sub GetReferenceValueFromGCHandle (handle As IntPtr, ByRef pOutValue As ICorDebugReferenceValue)
Parameters
- handle
-
IntPtr
nativeint
- pOutValue
- ICorDebugReferenceValue