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) |
指定した要素の型とシェイプの汎用化された配列の型のシンボルを取得します。Gets the type symbol for a generalized array of the given element type and shape. (継承元 IConstructedTypeProvider<TType>) |
GetByReferenceType(TType) |
指定した要素の型へのマネージド ポインターの型のシンボルを取得します。Gets the type symbol for a managed pointer to the given element type. (継承元 IConstructedTypeProvider<TType>) |
GetFunctionPointerType(MethodSignature<TType>) |
指定されたメソッド |
GetGenericInstance(TType, ImmutableArray<TType>) | (継承元 IConstructedTypeProvider<TType>) |
GetGenericInstantiation(TType, ImmutableArray<TType>) |
指定した型引数による指定したジェネリック型のジェネリックのインスタンス化の型のシンボルを取得します。Gets the type symbol for a generic instantiation of the given generic type with the given type arguments. (継承元 IConstructedTypeProvider<TType>) |
GetGenericMethodParameter(TGenericContext, Int32) |
指定されたゼロベースの |
GetGenericTypeParameter(TGenericContext, Int32) |
指定されたゼロベースの |
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. (継承元 IConstructedTypeProvider<TType>) |
GetPrimitiveType(PrimitiveTypeCode) |
プリミティブ型の型のシンボルを取得します。Gets the type symbol for a primitive type. (継承元 ISimpleTypeProvider<TType>) |
GetSZArrayType(TType) |
下限が 0 の指定した要素型の 1 次元配列の型のシンボルを取得します。Gets the type symbol for a single-dimensional array of the given element type with a lower bounds of zero. (継承元 ISZArrayTypeProvider<TType>) |
GetTypeFromDefinition(MetadataReader, TypeDefinitionHandle, Byte) |
型定義の型のシンボルを取得します。Gets the type symbol for a type definition. (継承元 ISimpleTypeProvider<TType>) |
GetTypeFromReference(MetadataReader, TypeReferenceHandle, Byte) |
型参照の型のシンボルを取得します。Gets the type symbol for a type reference. (継承元 ISimpleTypeProvider<TType>) |
GetTypeFromSpecification(MetadataReader, TGenericContext, TypeSpecificationHandle, Byte) |
型指定の型のシンボルを取得します。Gets the type symbol for a type specification. |