ExportedTypeExtensions.GetTypeDefinitionId(ExportedType) Метод

Определение

Возвращает указание по вероятному номеру строки целевого типа в таблице TypeDef своего модуля. Если пространства имен и имена не совпадают, разрешение возвращается к полному поиску целевой таблицы TypeDef. Пропускается и должно быть равно нулю, если IsForwarder — true.

public:
[System::Runtime::CompilerServices::Extension]
 static int GetTypeDefinitionId(System::Reflection::Metadata::ExportedType exportedType);
public static int GetTypeDefinitionId (this System.Reflection.Metadata.ExportedType exportedType);
static member GetTypeDefinitionId : System.Reflection.Metadata.ExportedType -> int
<Extension()>
Public Function GetTypeDefinitionId (exportedType As ExportedType) As Integer

Параметры

exportedType
ExportedType

Возвращаемое значение

Int32

Применяется к