ExportedTypeExtensions Class

Definition

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 true.

Applies to