ExportedTypeExtensions Class
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.
Provides an extension method to access the TypeDefinitionId column of the ExportedType table.
public ref class ExportedTypeExtensions abstract sealed
public static class ExportedTypeExtensions
type ExportedTypeExtensions = class
Public Module ExportedTypeExtensions
- Inheritance
-
ExportedTypeExtensions
Methods
GetTypeDefinitionId(ExportedType) |
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 |
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.