ActivatedServiceTypeEntry 构造函数
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
初始化 ActivatedServiceTypeEntry 类的新实例。
重载
ActivatedServiceTypeEntry(Type) |
用给定的 ActivatedServiceTypeEntry 初始化 Type 类的新实例。 |
ActivatedServiceTypeEntry(String, String) |
用给定的类型名称和程序集名称初始化 ActivatedServiceTypeEntry 类的新实例。 |
ActivatedServiceTypeEntry(Type)
用给定的 ActivatedServiceTypeEntry 初始化 Type 类的新实例。
public:
ActivatedServiceTypeEntry(Type ^ type);
public ActivatedServiceTypeEntry (Type type);
new System.Runtime.Remoting.ActivatedServiceTypeEntry : Type -> System.Runtime.Remoting.ActivatedServiceTypeEntry
Public Sub New (type As Type)
参数
适用于
ActivatedServiceTypeEntry(String, String)
用给定的类型名称和程序集名称初始化 ActivatedServiceTypeEntry 类的新实例。
public:
ActivatedServiceTypeEntry(System::String ^ typeName, System::String ^ assemblyName);
public ActivatedServiceTypeEntry (string typeName, string assemblyName);
new System.Runtime.Remoting.ActivatedServiceTypeEntry : string * string -> System.Runtime.Remoting.ActivatedServiceTypeEntry
Public Sub New (typeName As String, assemblyName As String)
参数
- typeName
- String
客户端激活服务类型的类型名称。
- assemblyName
- String
客户端激活服务类型的程序集名称。