ISignatureTypeProvider<TType,TGenericContext> Interface

Definition

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

Type Parameters

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

Gets the type symbol for the function pointer type of the given method signature.

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(TGenericContext, Int32)

Gets the type symbol for the generic method parameter at the given zero-based index.

GetGenericTypeParameter(TGenericContext, Int32)

Gets the type symbol for the generic type parameter at the given zero-based index.

GetModifiedType(TType, TType, Boolean)

Gets the type symbol for a type with a custom modifier applied.

GetPinnedType(TType)

Gets the type symbol for a local variable type that is marked as pinned.

GetPointerType(TType)

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

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

Gets the type symbol for a primitive type.

(Inherited from ISimpleTypeProvider<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)

Gets the type symbol for a type definition.

(Inherited from ISimpleTypeProvider<TType>)
GetTypeFromReference(MetadataReader, TypeReferenceHandle, Byte)

Gets the type symbol for a type reference.

(Inherited from ISimpleTypeProvider<TType>)
GetTypeFromSpecification(MetadataReader, TGenericContext, TypeSpecificationHandle, Byte)

Gets the type symbol for a type specification.

Applies to