WellKnownServiceTypeEntry コンストラクター
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
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)
パラメーター
- objectUri
- String
サーバー側でアクティブ化される型の URL。
- 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。
適用対象
.NET