ICorDebugArrayValue Interface

Definition

public interface class ICorDebugArrayValue : Microsoft::VisualStudio::CorDebugInterop::ICorDebugHeapValue
public interface class ICorDebugArrayValue : Microsoft::VisualStudio::CorDebugInterop::ICorDebugHeapValue
__interface ICorDebugArrayValue : Microsoft::VisualStudio::CorDebugInterop::ICorDebugHeapValue
[System.Runtime.InteropServices.ComConversionLoss]
[System.Runtime.InteropServices.Guid("0405B0DF-A660-11D2-BD02-0000F80849BD")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICorDebugArrayValue : Microsoft.VisualStudio.CorDebugInterop.ICorDebugHeapValue
[System.Runtime.InteropServices.Guid("0405B0DF-A660-11D2-BD02-0000F80849BD")]
[System.Runtime.InteropServices.InterfaceType(1)]
public interface ICorDebugArrayValue : Microsoft.VisualStudio.CorDebugInterop.ICorDebugHeapValue
[<System.Runtime.InteropServices.ComConversionLoss>]
[<System.Runtime.InteropServices.Guid("0405B0DF-A660-11D2-BD02-0000F80849BD")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICorDebugArrayValue = interface
    interface ICorDebugHeapValue
    interface ICorDebugValue
[<System.Runtime.InteropServices.Guid("0405B0DF-A660-11D2-BD02-0000F80849BD")>]
[<System.Runtime.InteropServices.InterfaceType(1)>]
type ICorDebugArrayValue = interface
    interface ICorDebugHeapValue
    interface ICorDebugValue
Public Interface ICorDebugArrayValue
Implements ICorDebugHeapValue
Attributes
Implements

Methods

CreateBreakpoint(ICorDebugValueBreakpoint)
CreateRelocBreakpoint(ICorDebugValueBreakpoint)
GetAddress(UInt64)
GetBaseIndicies(UInt32, UInt32[])
GetCount(UInt32)
GetDimensions(UInt32, UInt32[])
GetElement(UInt32, Int32[], ICorDebugValue)
GetElementAtPosition(UInt32, ICorDebugValue)
GetElementType(CorElementType)
GetRank(UInt32)
GetSize(UInt32)
GetType(CorElementType)
HasBaseIndicies(Int32)
IsValid(Int32)

Applies to