Language

DkmClrRuntimeInstance.GetTypeLayoutForType(DkmManagedTypeId) Method

Definition

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

This API was introduced in Visual Studio 17 Update 6 (DkmApiVersion.VS17Update6).

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

Parameters

TypeId
DkmManagedTypeId

[In] The input type id for which to find the type layout.

Returns

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

Applies to