Udostępnij za pośrednictwem


IDkmClrTypeRuntimeInfoProvider178.GetTypeIdForTypeName Metoda

Definicja

Zwraca identyfikator typu dla danej nazwy typu.

public Microsoft.VisualStudio.Debugger.Clr.DkmManagedTypeId GetTypeIdForTypeName (Microsoft.VisualStudio.Debugger.Clr.DkmClrModuleInstance clrModuleInstance, string type);
abstract member GetTypeIdForTypeName : Microsoft.VisualStudio.Debugger.Clr.DkmClrModuleInstance * string -> Microsoft.VisualStudio.Debugger.Clr.DkmManagedTypeId
Public Function GetTypeIdForTypeName (clrModuleInstance As DkmClrModuleInstance, type As String) As DkmManagedTypeId

Parametry

clrModuleInstance
DkmClrModuleInstance

[W] Element "DkmClrModuleInstance" jest używany w przypadku modułów, które są ładowane do środowiska uruchomieniowego języka wspólnego.

type
String

[W] Nazwa do pobrania identyfikatora typu z.

Zwraca

[Out] Identyfikator typu nazwy typu.

Dotyczy