ICorDebugEval::NewArray Method
.NET Framework 4.5
Allocates a new array of the specified element type and dimensions.
This method is obsolete in the .NET Framework version 2.0. Use ICorDebugEval2::NewParameterizedArray instead.
HRESULT NewArray (
[in] CorElementType elementType,
[in] ICorDebugClass *pElementClass,
[in] ULONG32 rank,
[in, size_is(rank)] ULONG32 dims[],
[in, size_is(rank)] ULONG32 lowBounds[]
);
Platforms: See .NET Framework System Requirements.
Header: CorDebug.idl, CorDebug.h
Library: CorGuids.lib
.NET Framework Versions: 1.1, 1.0