ExportedTypeExtensions.GetTypeDefinitionId(ExportedType) Méthode

Définition

Obtient une indication du numéro de ligne probable du type cible dans la table TypeDef de son module. Si les espaces de noms et les noms ne correspondent pas, la résolution revient à une recherche complète de la table TypeDef cible. Ignoré et doit être égal à zéro si IsForwarder est 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

Paramètres

exportedType
ExportedType

Retours

S’applique à