DkmClrRuntimeInstance.GetTypeLayoutForType(DkmManagedTypeId) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.