ICustomAttributeTypeProvider<TType> インターフェイス

定義

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)

型パラメーター

TType
実装

メソッド

GetPrimitiveType(PrimitiveTypeCode) (継承元 IPrimitiveTypeProvider<TType>)
GetSystemType()

TypeTType 表現を取得します。

GetSZArrayType(TType)

下限が 0 の指定した要素型の 1 次元配列の型のシンボルを取得します。

(継承元 ISZArrayTypeProvider<TType>)
GetTypeFromDefinition(MetadataReader, TypeDefinitionHandle, Byte) (継承元 ITypeProvider<TType>)
GetTypeFromReference(MetadataReader, TypeReferenceHandle, Byte) (継承元 ITypeProvider<TType>)
GetTypeFromSerializedName(String)

指定したシリアル化された型名の型のシンボルを取得します。

GetTypeFromSpecification(MetadataReader, TypeSpecificationHandle, Byte) (継承元 ITypeProvider<TType>)
GetUnderlyingEnumType(TType)

指定した列挙型シンボルの基になる型を取得します。

IsSystemType(TType)

指定した型が Type を表すかどうかを検証します。

適用対象