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

クライアントでアクティブ化されたサービスの種類のアセンブリ名。

適用対象