Share via


ICorDebugAppDomain2.GetArrayOrPointerType Method

Definition

public:
 void GetArrayOrPointerType(Microsoft::VisualStudio::CorDebugInterop::CorElementType elementType, System::UInt32 nRank, Microsoft::VisualStudio::CorDebugInterop::ICorDebugType ^ pTypeArg, [Runtime::InteropServices::Out] Microsoft::VisualStudio::CorDebugInterop::ICorDebugType ^ % ppType);
public void GetArrayOrPointerType (Microsoft.VisualStudio.CorDebugInterop.CorElementType elementType, uint nRank, Microsoft.VisualStudio.CorDebugInterop.ICorDebugType pTypeArg, out Microsoft.VisualStudio.CorDebugInterop.ICorDebugType ppType);
abstract member GetArrayOrPointerType : Microsoft.VisualStudio.CorDebugInterop.CorElementType * uint32 * Microsoft.VisualStudio.CorDebugInterop.ICorDebugType * ICorDebugType -> unit
Public Sub GetArrayOrPointerType (elementType As CorElementType, nRank As UInteger, pTypeArg As ICorDebugType, ByRef ppType As ICorDebugType)

Parameters

elementType
CorElementType
nRank
UInt32
pTypeArg
ICorDebugType
ppType
ICorDebugType

Applies to