你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

ServiceTypeInformation 类

定义

指定 ServiceRemoting 用于查找服务实现的接口的类。

public sealed class ServiceTypeInformation
type ServiceTypeInformation = class
Public NotInheritable Class ServiceTypeInformation
继承
ServiceTypeInformation

属性

ImplementationType

获取实现服务接口的类的类型。

InterfaceTypes

获取实现的接口类型。

IsAbstract

获取一个值,该值指示实现服务接口的类是否为抽象类。

方法

Get(Type)

从给定类型构造 ServiceTypeInformation 对象的工厂方法

TryGet(Type, ServiceTypeInformation)

获取从给定类型构造 ServiceTypeInformation 对象的 Factory 方法。

适用于