ISimpleTypeProvider<TType> インターフェイス

定義

generic <typename TType>
public interface class ISimpleTypeProvider
public interface ISimpleTypeProvider<TType>
type ISimpleTypeProvider<'ype> = interface
Public Interface ISimpleTypeProvider(Of TType)

型パラメーター

TType
派生

メソッド

GetPrimitiveType(PrimitiveTypeCode)

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

GetTypeFromDefinition(MetadataReader, TypeDefinitionHandle, Byte)

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

GetTypeFromReference(MetadataReader, TypeReferenceHandle, Byte)

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

適用対象