ICorDebugProcess5.GetObject(UInt64, ICorDebugObjectValue) 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:
int GetObject(System::UInt64 address, [Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugObjectValue ^ % pObject);
public int GetObject (ulong address, out Microsoft.VisualStudio.CorDebugInterop.ICorDebugObjectValue pObject);
abstract member GetObject : uint64 * ICorDebugObjectValue -> int
Public Function GetObject (address As ULong, ByRef pObject As ICorDebugObjectValue) As Integer
Parameters
- address
- UInt64
- pObject
- ICorDebugObjectValue