Compartilhar via


ICustomAttributeTypeProvider<TType> Interface

Definição

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)

Parâmetros de tipo

TType
Implementações

Métodos

Nome Description
GetPrimitiveType(PrimitiveTypeCode) (Herdado de IPrimitiveTypeProvider<TType>)
GetSystemType()

Obtém a representação de TType para Type.

GetSZArrayType(TType)

Obtém o símbolo de tipo de uma matriz unidimensional do tipo de elemento especificado com um limite inferior igual a zero.

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

Obtém o símbolo de tipo do nome do tipo serializado.

GetTypeFromSpecification(MetadataReader, TypeSpecificationHandle, Byte) (Herdado de ITypeProvider<TType>)
GetUnderlyingEnumType(TType)

Obtém o tipo subjacente do símbolo de tipo enumerado especificado.

IsSystemType(TType)

Verifica se o tipo especificado representa Type.

Aplica-se a