Share via


IDebugPointerObject3 Interface

Definition

public interface class IDebugPointerObject3 : Microsoft::VisualStudio::Debugger::Interop::IDebugPointerObject
[System.Runtime.InteropServices.Guid("B69D88F9-BC5A-4EB3-A43C-9AF3155F0632")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDebugPointerObject3 : Microsoft.VisualStudio.Debugger.Interop.IDebugPointerObject
[<System.Runtime.InteropServices.Guid("B69D88F9-BC5A-4EB3-A43C-9AF3155F0632")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDebugPointerObject3 = interface
    interface IDebugPointerObject
Public Interface IDebugPointerObject3
Implements IDebugPointerObject
Attributes
Implements

Methods

Dereference(UInt32, IDebugObject)
GetBytes(UInt32, UInt32, Byte[], UInt32)
GetManagedDebugObject(IDebugManagedObject)
GetMemoryContext(IDebugMemoryContext2)
GetPointerAddress(UInt64)
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