次の方法で共有


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

クライアント側でアクティブ化されるサービス型のアセンブリ名。

適用対象