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
客户端激活的服务类型的程序集名称。