ExportedType Struct

Definition

public value class ExportedType
public struct ExportedType
public readonly struct ExportedType
type ExportedType = struct
Public Structure ExportedType
Inheritance
ExportedType

Properties

Attributes
Implementation

Gets a handle to resolve the implementation of the target type.

IsForwarder
Name

Gets the name of the target type, or default if the type is nested or defined in a root namespace.

Namespace

Gets the full name of the namespace that contains the target type, or default if the type is nested or defined in a root namespace.

NamespaceDefinition

Gets the definition handle of the namespace where the target type is defined, or default if the type is nested or defined in a root namespace.

Methods

GetCustomAttributes()

Extension 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