IDebugPointerObject3.Dereference(UInt32, IDebugObject) 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 Dereference(System::UInt32 dwIndex, [Runtime::InteropServices::Out] Microsoft::VisualStudio::Debugger::Interop::IDebugObject ^ % ppObject);
public int Dereference(uint dwIndex, out Microsoft.VisualStudio.Debugger.Interop.IDebugObject ppObject);
abstract member Dereference : uint32 * IDebugObject -> int
Public Function Dereference (dwIndex As UInteger, ByRef ppObject As IDebugObject) As Integer
Parameters
- dwIndex
- UInt32
- ppObject
- IDebugObject