ExportedTypeExtensions.GetTypeDefinitionId(ExportedType) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets a hint at the likely row number of the target type in the TypeDef table of its module.
If the namespaces and names do not match, resolution falls back to a full search of the target TypeDef table. Ignored and should be zero if IsForwarder is 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
Parameters
- exportedType
- ExportedType
Returns
Applies to
Samarbeta med oss på GitHub
Källan för det här innehållet finns på GitHub, där du även kan skapa och granska ärenden och pull-begäranden. Se vår deltagarguide för mer information.