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)

获取类型引用的类型符号。

适用于