共用方式為


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

用戶端啟動服務型別的組件名稱。

適用於