Share via


IDebugArrayObject Interface

Definition

public interface class IDebugArrayObject : Microsoft::VisualStudio::Debugger::Interop::IDebugObject
[System.Runtime.InteropServices.Guid("29ECD774-75AE-11D2-B74E-0000F87572EF")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDebugArrayObject : Microsoft.VisualStudio.Debugger.Interop.IDebugObject
[<System.Runtime.InteropServices.Guid("29ECD774-75AE-11D2-B74E-0000F87572EF")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDebugArrayObject = interface
    interface IDebugObject
Public Interface IDebugArrayObject
Implements IDebugObject
Derived
Attributes
Implements

Methods

GetCount(UInt32)
GetDimensions(UInt32, UInt32[])
GetElement(UInt32, IDebugObject)
GetElements(IEnumDebugObjects)
GetManagedDebugObject(IDebugManagedObject)
GetMemoryContext(IDebugMemoryContext2)
GetRank(UInt32)
GetSize(UInt32)
GetValue(Byte[], UInt32)
IsEqual(IDebugObject, Int32)
IsNullReference(Int32)
IsProxy(Int32)
IsReadOnly(Int32)
SetReferenceValue(IDebugObject)
SetValue(Byte[], UInt32)

Applies to