ActivatedServiceTypeEntry 构造函数

定义

初始化 ActivatedServiceTypeEntry 类的新实例。Initializes a new instance of the ActivatedServiceTypeEntry class.

重载

ActivatedServiceTypeEntry(Type)

用给定的 ActivatedServiceTypeEntry 初始化 Type 类的新实例。Initializes a new instance of the ActivatedServiceTypeEntry class with the given Type.

ActivatedServiceTypeEntry(String, String)

用给定的类型名称和程序集名称初始化 ActivatedServiceTypeEntry 类的新实例。Initializes a new instance of the ActivatedServiceTypeEntry class with the given type name and assembly name.

ActivatedServiceTypeEntry(Type)

用给定的 ActivatedServiceTypeEntry 初始化 Type 类的新实例。Initializes a new instance of the ActivatedServiceTypeEntry class with the given 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

客户端激活服务类型的 TypeThe Type of the client-activated service type.

适用于

ActivatedServiceTypeEntry(String, String)

用给定的类型名称和程序集名称初始化 ActivatedServiceTypeEntry 类的新实例。Initializes a new instance of the ActivatedServiceTypeEntry class with the given type name and assembly name.

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

客户端激活服务类型的类型名称。The type name of the client-activated service type.

assemblyName
String

客户端激活服务类型的程序集名称。The assembly name of the client-activated service type.

适用于