Udostępnij przez


DkmClrRuntimeInstance.GetArrayLayoutForType(DkmManagedTypeId) Metoda

Definicja

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

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

Parametry

TypeId
DkmManagedTypeId

[W] Identyfikator typu wejściowego, dla którego ma znajdować układ tablicy. Powinien to być identyfikator typu dla tablicy lub ciągu.

Zwraca

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

Dotyczy