言語

WellKnownServiceTypeEntry コンストラクター

定義

WellKnownServiceTypeEntry クラスの新しいインスタンスを初期化します。

オーバーロード

名前 説明
WellKnownServiceTypeEntry(Type, String, WellKnownObjectMode)

指定したWellKnownServiceTypeEntry、オブジェクト URI、およびTypeを使用して、WellKnownObjectMode クラスの新しいインスタンスを初期化します。

WellKnownServiceTypeEntry(String, String, String, WellKnownObjectMode)

指定した型名、アセンブリ名、オブジェクト URI、およびWellKnownServiceTypeEntryを使用して、WellKnownObjectMode クラスの新しいインスタンスを初期化します。

WellKnownServiceTypeEntry(Type, String, WellKnownObjectMode)

指定したWellKnownServiceTypeEntry、オブジェクト URI、およびTypeを使用して、WellKnownObjectMode クラスの新しいインスタンスを初期化します。

public:
 WellKnownServiceTypeEntry(Type ^ type, System::String ^ objectUri, System::Runtime::Remoting::WellKnownObjectMode mode);
public WellKnownServiceTypeEntry(Type type, string objectUri, System.Runtime.Remoting.WellKnownObjectMode mode);
new System.Runtime.Remoting.WellKnownServiceTypeEntry : Type * string * System.Runtime.Remoting.WellKnownObjectMode -> System.Runtime.Remoting.WellKnownServiceTypeEntry
Public Sub New (type As Type, objectUri As String, mode As WellKnownObjectMode)

パラメーター

type
Type

サーバーによってアクティブ化されたサービスの種類オブジェクトの Type

objectUri
String

サーバーでアクティブ化された型の URI。

mode
WellKnownObjectMode

オブジェクトのアクティブ化方法を定義する型の WellKnownObjectMode

適用対象

WellKnownServiceTypeEntry(String, String, String, WellKnownObjectMode)

指定した型名、アセンブリ名、オブジェクト URI、およびWellKnownServiceTypeEntryを使用して、WellKnownObjectMode クラスの新しいインスタンスを初期化します。

public:
 WellKnownServiceTypeEntry(System::String ^ typeName, System::String ^ assemblyName, System::String ^ objectUri, System::Runtime::Remoting::WellKnownObjectMode mode);
public WellKnownServiceTypeEntry(string typeName, string assemblyName, string objectUri, System.Runtime.Remoting.WellKnownObjectMode mode);
new System.Runtime.Remoting.WellKnownServiceTypeEntry : string * string * string * System.Runtime.Remoting.WellKnownObjectMode -> System.Runtime.Remoting.WellKnownServiceTypeEntry
Public Sub New (typeName As String, assemblyName As String, objectUri As String, mode As WellKnownObjectMode)

パラメーター

typeName
String

サーバーでアクティブ化されたサービスの種類の完全な型名。

assemblyName
String

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

objectUri
String

サーバーでアクティブ化されたオブジェクトの URI。

mode
WellKnownObjectMode

オブジェクトのアクティブ化方法を定義する型の WellKnownObjectMode

適用対象