ITypeDiscoveryService 接口

定义

发现设计时可用的类型。

public interface class ITypeDiscoveryService
public interface ITypeDiscoveryService
type ITypeDiscoveryService = interface
Public Interface ITypeDiscoveryService

注解

ITypeDiscoveryService当服务的客户端不知道现有类型或引用的程序集的名称时,用于在设计时发现可用类型。

方法

GetTypes(Type, Boolean)

检索可用类型的列表。

适用于

另请参阅