Share via


IDebugArrayObject2 Interface

Definition

public interface class IDebugArrayObject2 : Microsoft::VisualStudio::Debugger::Interop::IDebugArrayObject
[System.Runtime.InteropServices.Guid("41487E33-9A10-42FE-BA3B-15FDE59D09D5")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface IDebugArrayObject2 : Microsoft.VisualStudio.Debugger.Interop.IDebugArrayObject
[<System.Runtime.InteropServices.Guid("41487E33-9A10-42FE-BA3B-15FDE59D09D5")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type IDebugArrayObject2 = interface
    interface IDebugArrayObject
Public Interface IDebugArrayObject2
Implements IDebugArrayObject
Attributes
Implements

Methods

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

Applies to