Table of Contents

Interface ICorDebugArrayValue

Namespace
Microsoft.Samples.Debugging.CorDebug.NativeApi
Assembly
raw.dll
[Guid("0405B0DF-A660-11D2-BD02-0000F80849BD")]
[InterfaceType(1)]
public interface ICorDebugArrayValue : ICorDebugHeapValue, ICorDebugValue

Methods

CreateBreakpoint(out ICorDebugValueBreakpoint)
CreateRelocBreakpoint(out ICorDebugValueBreakpoint)
GetAddress(out ulong)
GetBaseIndicies(uint, uint[])
GetCount(out uint)
GetDimensions(uint, uint[])
GetElement(uint, int[], out ICorDebugValue)
GetElementAtPosition(uint, out ICorDebugValue)
GetElementType(out CorElementType)
GetRank(out uint)
GetSize(out uint)
GetType(out CorElementType)
HasBaseIndicies(out int)
IsValid(out int)