ITypeProvider<TType> 接口

定义

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

类型参数

TType
派生

方法

GetTypeFromDefinition(MetadataReader, TypeDefinitionHandle, Byte)
GetTypeFromReference(MetadataReader, TypeReferenceHandle, Byte)
GetTypeFromSpecification(MetadataReader, TypeSpecificationHandle, Byte)

适用于