IDebugObject
This interface represents an object that the binder creates to encapsulate the values of symbols and expressions.
IDebugObject : IUnknown
Notes for Implementers
An expression evaluator implements this interface to represent an object.
Notes for Callers
This interface is the base class for all objects that the expression evaluator uses in parsed expressions. It is returned by a call to the IDebugBinder::Bind method. QueryInterface obtains the more specialized interfaces from this interface.
Methods in Vtable Order
The following table shows the methods of IDebugObject.
Method |
Description |
---|---|
Gets the size of the object. |
|
Gets the value of the object as a consecutive series of bytes. |
|
Sets the value of the object from a consecutive series of bytes. |
|
Sets the reference value of this object. |
|
Gets the memory context that represents the address of the value of the object. |
|
Creates a copy of the managed object in the address space of the debug engine. |
|
Tests whether this object is a null reference. |
|
Compares an object to this one. |
|
Determines if this object is read-only. |
|
Determines if the object is a transparent proxy. |
Remarks
The expression evaluator uses this interface as the base class to represent objects in a parse tree.
Requirements
Header: ee.h
Namespace: Microsoft.VisualStudio.Debugger.Interop
Assembly: Microsoft.VisualStudio.Debugger.Interop.dll