ITypeProvider<TType>.GetTypeFromSpecification 方法
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
public:
TType GetTypeFromSpecification(System::Reflection::Metadata::MetadataReader ^ reader, System::Reflection::Metadata::TypeSpecificationHandle handle, System::Byte rawTypeKind);
public TType GetTypeFromSpecification (System.Reflection.Metadata.MetadataReader reader, System.Reflection.Metadata.TypeSpecificationHandle handle, byte rawTypeKind);
abstract member GetTypeFromSpecification : System.Reflection.Metadata.MetadataReader * System.Reflection.Metadata.TypeSpecificationHandle * byte -> 'ype
Public Function GetTypeFromSpecification (reader As MetadataReader, handle As TypeSpecificationHandle, rawTypeKind As Byte) As TType
参数
- reader
- MetadataReader
- handle
- TypeSpecificationHandle
- rawTypeKind
- Byte
返回
TType