Udostępnij za pośrednictwem


IDkmClrManagedHeapTypeLayoutProvider.GetTypeLayoutForType Metoda

Definicja

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

public Microsoft.VisualStudio.Debugger.Clr.DkmManagedTypeLayout GetTypeLayoutForType (Microsoft.VisualStudio.Debugger.Clr.DkmClrRuntimeInstance clrRuntimeInstance, Microsoft.VisualStudio.Debugger.Clr.DkmManagedTypeId typeId);
abstract member GetTypeLayoutForType : Microsoft.VisualStudio.Debugger.Clr.DkmClrRuntimeInstance * Microsoft.VisualStudio.Debugger.Clr.DkmManagedTypeId -> Microsoft.VisualStudio.Debugger.Clr.DkmManagedTypeLayout
Public Function GetTypeLayoutForType (clrRuntimeInstance As DkmClrRuntimeInstance, typeId As DkmManagedTypeId) As DkmManagedTypeLayout

Parametry

clrRuntimeInstance
DkmClrRuntimeInstance

[W] Reprezentuje wystąpienie środowiska CLR uruchomione w procesie docelowym.

typeId
DkmManagedTypeId

[W] Identyfikator typu wejściowego, dla którego można znaleźć układ typu.

Zwraca

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

Dotyczy