Language

DkmClrRuntimeInstance.GetArrayLayoutForType(DkmManagedTypeId) Method

Definition

Given a managed type id, get the array layout of that type.

This API was introduced in Visual Studio 17 Update 5 (DkmApiVersion.VS17Update5).

public Microsoft.VisualStudio.Debugger.Clr.DkmManagedArrayLayout GetArrayLayoutForType(Microsoft.VisualStudio.Debugger.Clr.DkmManagedTypeId TypeId);
member this.GetArrayLayoutForType : Microsoft.VisualStudio.Debugger.Clr.DkmManagedTypeId -> Microsoft.VisualStudio.Debugger.Clr.DkmManagedArrayLayout
Public Function GetArrayLayoutForType (TypeId As DkmManagedTypeId) As DkmManagedArrayLayout

Parameters

TypeId
DkmManagedTypeId

[In] The input type id for which to find the array layout. This should be the type id for an array or a string.

Returns

[Out] The array layout for the given type id.

Applies to