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
用戶端啟動服務型別的組件名稱。