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>
type ISignatureTypeProvider<'ype, 'GenericContext> = interface
    interface ISimpleTypeProvider<'ype>
    interface IConstructedTypeProvider<'ype>
    interface ISZArrayTypeProvider<'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)

指定した 0 から始まる indexのジェネリック メソッド パラメーターの型シンボルを取得します。

GetGenericTypeParameter(TGenericContext, Int32)

指定した 0 から始まる 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)

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

適用対象