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>)

适用于