ISignatureTypeProvider<TType> 介面

定義

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

類型參數

TType
實作

方法

GetArrayType(TType, ArrayShape)

取得指定項目型別和圖形之一般化陣列的型別符號。

(繼承來源 IConstructedTypeProvider<TType>)
GetByReferenceType(TType)

取得指定項目型別的受控指標型別符號。

(繼承來源 IConstructedTypeProvider<TType>)
GetFunctionPointerType(MethodSignature<TType>)
GetGenericInstance(TType, ImmutableArray<TType>) (繼承來源 IConstructedTypeProvider<TType>)
GetGenericInstantiation(TType, ImmutableArray<TType>)

取得指定泛型型別的泛型具現化型別符號,其具有指定的型別引數。

(繼承來源 IConstructedTypeProvider<TType>)
GetGenericMethodParameter(Int32)
GetGenericTypeParameter(Int32)
GetModifiedType(MetadataReader, Boolean, TType, TType)
GetPinnedType(TType)
GetPointerType(TType)

取得指定項目型別的非受控指標型別符號。

(繼承來源 IConstructedTypeProvider<TType>)
GetPrimitiveType(PrimitiveTypeCode) (繼承來源 IPrimitiveTypeProvider<TType>)
GetSZArrayType(TType)

取得指定項目型別之一維陣列的型別符號,其下限為零。

(繼承來源 ISZArrayTypeProvider<TType>)
GetTypeFromDefinition(MetadataReader, TypeDefinitionHandle, Byte) (繼承來源 ITypeProvider<TType>)
GetTypeFromReference(MetadataReader, TypeReferenceHandle, Byte) (繼承來源 ITypeProvider<TType>)
GetTypeFromSpecification(MetadataReader, TypeSpecificationHandle, Byte) (繼承來源 ITypeProvider<TType>)

適用於