ISignatureTypeProvider<TType,TGenericContext> インターフェイス

定義

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)

型パラメーター

TType
TGenericContext
実装

メソッド

GetArrayType(TType, ArrayShape)

指定した要素の型とシェイプの汎用化された配列の型のシンボルを取得します。

(継承元 IConstructedTypeProvider<TType>)
GetByReferenceType(TType)

指定した要素の型へのマネージド ポインターの型のシンボルを取得します。

(継承元 IConstructedTypeProvider<TType>)
GetFunctionPointerType(MethodSignature<TType>)

指定されたメソッド signature の関数ポインター型の型のシンボルを取得します。

GetGenericInstance(TType, ImmutableArray<TType>) (継承元 IConstructedTypeProvider<TType>)
GetGenericInstantiation(TType, ImmutableArray<TType>)

指定した型引数による指定したジェネリック型のジェネリックのインスタンス化の型のシンボルを取得します。

(継承元 IConstructedTypeProvider<TType>)
GetGenericMethodParameter(TGenericContext, Int32)

指定されたゼロベースの index でジェネリック メソッド パラメーターの型のシンボルを取得します。

GetGenericTypeParameter(TGenericContext, Int32)

指定されたゼロベースの index でジェネリック型パラメーターの型のシンボルを取得します。

GetModifiedType(TType, TType, Boolean)

カスタム修飾子が適用されている型の型のシンボルを取得します。

GetPinnedType(TType)

ピン留めされているローカル変数型の型のシンボルを取得します。

GetPointerType(TType)

指定した要素の型へのアンマネージド ポインターの型のシンボルを取得します。

(継承元 IConstructedTypeProvider<TType>)
GetPrimitiveType(PrimitiveTypeCode)

プリミティブ型の型のシンボルを取得します。

(継承元 ISimpleTypeProvider<TType>)
GetSZArrayType(TType)

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

(継承元 ISZArrayTypeProvider<TType>)
GetTypeFromDefinition(MetadataReader, TypeDefinitionHandle, Byte)

型定義の型のシンボルを取得します。

(継承元 ISimpleTypeProvider<TType>)
GetTypeFromReference(MetadataReader, TypeReferenceHandle, Byte)

型参照の型のシンボルを取得します。

(継承元 ISimpleTypeProvider<TType>)
GetTypeFromSpecification(MetadataReader, TGenericContext, TypeSpecificationHandle, Byte)

型指定の型のシンボルを取得します。

適用対象