ICorDebugEval.NewArray Method

Definition

public:
 void NewArray(Microsoft::VisualStudio::CorDebugInterop::CorElementType elementType, Microsoft::VisualStudio::CorDebugInterop::ICorDebugClass ^ pElementClass, System::UInt32 rank, System::UInt32 % dims, System::UInt32 % lowBounds);
public:
 int NewArray(Microsoft::VisualStudio::CorDebugInterop::CorElementType elementType, Microsoft::VisualStudio::CorDebugInterop::ICorDebugClass ^ pElementClass, System::UInt32 rank, System::UInt32 % dims, System::UInt32 % lowBounds);
public void NewArray (Microsoft.VisualStudio.CorDebugInterop.CorElementType elementType, Microsoft.VisualStudio.CorDebugInterop.ICorDebugClass pElementClass, uint rank, ref uint dims, ref uint lowBounds);
public int NewArray (Microsoft.VisualStudio.CorDebugInterop.CorElementType elementType, Microsoft.VisualStudio.CorDebugInterop.ICorDebugClass pElementClass, uint rank, ref uint dims, ref uint lowBounds);
abstract member NewArray : Microsoft.VisualStudio.CorDebugInterop.CorElementType * Microsoft.VisualStudio.CorDebugInterop.ICorDebugClass * uint32 * uint32 * uint32 -> unit
abstract member NewArray : Microsoft.VisualStudio.CorDebugInterop.CorElementType * Microsoft.VisualStudio.CorDebugInterop.ICorDebugClass * uint32 * uint32 * uint32 -> int
Public Sub NewArray (elementType As CorElementType, pElementClass As ICorDebugClass, rank As UInteger, ByRef dims As UInteger, ByRef lowBounds As UInteger)
Public Function NewArray (elementType As CorElementType, pElementClass As ICorDebugClass, rank As UInteger, ByRef dims As UInteger, ByRef lowBounds As UInteger) As Integer

Parameters

elementType
CorElementType
pElementClass
ICorDebugClass
rank
UInt32
dims
UInt32
lowBounds
UInt32

Returns

Applies to