ISignatureTypeProvider<TType> Interface

Definition

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)

Type Parameters

TType
Implements

Methods

GetArrayType(TType, ArrayShape)

Gets the type symbol for a generalized array of the given element type and shape.

(Inherited from IConstructedTypeProvider<TType>)
GetByReferenceType(TType)

Gets the type symbol for a managed pointer to the given element type.

(Inherited from IConstructedTypeProvider<TType>)
GetFunctionPointerType(MethodSignature<TType>)
GetGenericInstance(TType, ImmutableArray<TType>) (Inherited from IConstructedTypeProvider<TType>)
GetGenericInstantiation(TType, ImmutableArray<TType>)

Gets the type symbol for a generic instantiation of the given generic type with the given type arguments.

(Inherited from IConstructedTypeProvider<TType>)
GetGenericMethodParameter(Int32)
GetGenericTypeParameter(Int32)
GetModifiedType(MetadataReader, Boolean, TType, TType)
GetPinnedType(TType)
GetPointerType(TType)

Gets the type symbol for an unmanaged pointer to the given element type.

(Inherited from IConstructedTypeProvider<TType>)
GetPrimitiveType(PrimitiveTypeCode) (Inherited from IPrimitiveTypeProvider<TType>)
GetSZArrayType(TType)

Gets the type symbol for a single-dimensional array of the given element type with a lower bounds of zero.

(Inherited from ISZArrayTypeProvider<TType>)
GetTypeFromDefinition(MetadataReader, TypeDefinitionHandle, Byte) (Inherited from ITypeProvider<TType>)
GetTypeFromReference(MetadataReader, TypeReferenceHandle, Byte) (Inherited from ITypeProvider<TType>)
GetTypeFromSpecification(MetadataReader, TypeSpecificationHandle, Byte) (Inherited from ITypeProvider<TType>)

Applies to