Share via


ICorDebugEval2.NewParameterizedArray Method

Definition

public:
 void NewParameterizedArray(Microsoft::VisualStudio::CorDebugInterop::ICorDebugType ^ pElementType, System::UInt32 rank, cli::array <System::UInt32> ^ dims, cli::array <System::UInt32> ^ lowBounds);
public:
 int NewParameterizedArray(Microsoft::VisualStudio::CorDebugInterop::ICorDebugType ^ pElementType, System::UInt32 rank, cli::array <System::UInt32> ^ dims, cli::array <System::UInt32> ^ lowBounds);
public:
 void NewParameterizedArray(Microsoft::VisualStudio::CorDebugInterop::ICorDebugType ^ pElementType, unsigned int rank, Platform::Array <unsigned int> ^ dims, Platform::Array <unsigned int> ^ lowBounds);
void NewParameterizedArray(Microsoft::VisualStudio::CorDebugInterop::ICorDebugType const & pElementType, unsigned int rank, std::Array <unsigned int> const & dims, std::Array <unsigned int> const & lowBounds);
public void NewParameterizedArray (Microsoft.VisualStudio.CorDebugInterop.ICorDebugType pElementType, uint rank, uint[] dims, uint[] lowBounds);
public int NewParameterizedArray (Microsoft.VisualStudio.CorDebugInterop.ICorDebugType pElementType, uint rank, uint[] dims, uint[] lowBounds);
abstract member NewParameterizedArray : Microsoft.VisualStudio.CorDebugInterop.ICorDebugType * uint32 * uint32[] * uint32[] -> unit
abstract member NewParameterizedArray : Microsoft.VisualStudio.CorDebugInterop.ICorDebugType * uint32 * uint32[] * uint32[] -> int
Public Sub NewParameterizedArray (pElementType As ICorDebugType, rank As UInteger, dims As UInteger(), lowBounds As UInteger())
Public Function NewParameterizedArray (pElementType As ICorDebugType, rank As UInteger, dims As UInteger(), lowBounds As UInteger()) As Integer

Parameters

pElementType
ICorDebugType
rank
UInt32
dims
UInt32[]
lowBounds
UInt32[]

Returns

Applies to