Share via


IDebugPointerObject Interface

Definition

public interface class IDebugPointerObject : Microsoft::VisualStudio::Debugger::Interop::IDebugObject
[System.Runtime.InteropServices.Guid("112756A1-3F04-4CCD-BFD6-ACB4BCA614C9")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDebugPointerObject : Microsoft.VisualStudio.Debugger.Interop.IDebugObject
[<System.Runtime.InteropServices.Guid("112756A1-3F04-4CCD-BFD6-ACB4BCA614C9")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDebugPointerObject = interface
    interface IDebugObject
Public Interface IDebugPointerObject
Implements IDebugObject
Derived
Attributes
Implements

Methods

Dereference(UInt32, IDebugObject)
GetBytes(UInt32, UInt32, Byte[], UInt32)
GetManagedDebugObject(IDebugManagedObject)
GetMemoryContext(IDebugMemoryContext2)
GetSize(UInt32)
GetValue(Byte[], UInt32)
IsEqual(IDebugObject, Int32)
IsNullReference(Int32)
IsProxy(Int32)
IsReadOnly(Int32)
SetBytes(UInt32, UInt32, Byte[], UInt32)
SetReferenceValue(IDebugObject)
SetValue(Byte[], UInt32)

Applies to