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 TType representação para Type.

GetSZArrayType(TType)

Obtém o símbolo de tipo para uma matriz unidimensional do tipo de elemento fornecido com um limite inferior de 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 para o nome de tipo serializado fornecido.

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

Obtém o tipo subjacente do símbolo de tipo de enumeração fornecido.

IsSystemType(TType)

Verifica se o tipo fornecido representa Type.

Aplica-se a