DkmClrRuntimeInstance.GetTypeLayoutForType(DkmManagedTypeId) Metoda

Definicja

Biorąc pod uwagę identyfikator typu zarządzanego, pobierz układ typu tego typu.

Ten interfejs API został wprowadzony w programie 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

Parametry

TypeId
DkmManagedTypeId

[W] Identyfikator typu wejściowego, dla którego ma znajdować układ typu.

Zwraca

[Out] Układ typu dla danego identyfikatora typu.

Dotyczy