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

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

适用于