ICustomAttributeTypeProvider<TType> Interfaccia

Definizione

generic <typename TType>
public interface class ICustomAttributeTypeProvider : System::Reflection::Metadata::ISimpleTypeProvider<TType>, System::Reflection::Metadata::ISZArrayTypeProvider<TType>
generic <typename TType>
public interface class ICustomAttributeTypeProvider : System::Reflection::Metadata::IPrimitiveTypeProvider<TType>, System::Reflection::Metadata::ISZArrayTypeProvider<TType>, System::Reflection::Metadata::ITypeProvider<TType>
public interface ICustomAttributeTypeProvider<TType> : System.Reflection.Metadata.ISimpleTypeProvider<TType>, System.Reflection.Metadata.ISZArrayTypeProvider<TType>
public interface ICustomAttributeTypeProvider<TType> : System.Reflection.Metadata.IPrimitiveTypeProvider<TType>, System.Reflection.Metadata.ISZArrayTypeProvider<TType>, System.Reflection.Metadata.ITypeProvider<TType>
type ICustomAttributeTypeProvider<'ype> = interface
    interface ISimpleTypeProvider<'ype>
    interface ISZArrayTypeProvider<'ype>
type ICustomAttributeTypeProvider<'ype> = interface
    interface IPrimitiveTypeProvider<'ype>
    interface ISZArrayTypeProvider<'ype>
    interface ITypeProvider<'ype>
Public Interface ICustomAttributeTypeProvider(Of TType)
Implements ISimpleTypeProvider(Of TType), ISZArrayTypeProvider(Of TType)
Public Interface ICustomAttributeTypeProvider(Of TType)
Implements IPrimitiveTypeProvider(Of TType), ISZArrayTypeProvider(Of TType), ITypeProvider(Of TType)

Parametri di tipo

TType
Implementazioni

Metodi

GetPrimitiveType(PrimitiveTypeCode) (Ereditato da IPrimitiveTypeProvider<TType>)
GetSystemType()

Ottiene la rappresentazione TType per Type.

GetSZArrayType(TType)

Ottiene il simbolo del tipo per una matrice unidimensionale del tipo di elemento specificato con un limite inferiore pari a zero.

(Ereditato da ISZArrayTypeProvider<TType>)
GetTypeFromDefinition(MetadataReader, TypeDefinitionHandle, Byte) (Ereditato da ITypeProvider<TType>)
GetTypeFromReference(MetadataReader, TypeReferenceHandle, Byte) (Ereditato da ITypeProvider<TType>)
GetTypeFromSerializedName(String)

Ottiene il simbolo del tipo per il nome del tipo serializzato specificato.

GetTypeFromSpecification(MetadataReader, TypeSpecificationHandle, Byte) (Ereditato da ITypeProvider<TType>)
GetUnderlyingEnumType(TType)

Ottiene il tipo sottostante del simbolo del tipo enumerazione specificato.

IsSystemType(TType)

Verifica se il tipo specificato rappresenta un oggetto Type.

Si applica a