ActivatedServiceTypeEntry 构造函数

定义

初始化 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)

参数

type
Type

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

客户端激活的服务类型的程序集名称。

适用于