ICustomAttributeTypeProvider<TType> Interfaz

Definición

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
Implementaciones

Métodos

GetPrimitiveType(PrimitiveTypeCode) (Heredado de IPrimitiveTypeProvider<TType>)
GetSystemType()

Obtiene la representación de TType para Type.

GetSZArrayType(TType)

Obtiene el símbolo de tipo para una matriz unidimensional del tipo de elemento especificado con un límite inferior de cero.

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

Obtiene el tipo de símbolo para el nombre del tipo serializado especificado.

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

Obtiene el tipo subyacente del símbolo de tipo de enumeración especificado.

IsSystemType(TType)

Comprueba si el tipo especificado representa Type.

Se aplica a