次の方法で共有


BaseChannelObjectWithProperties クラス

プロパティにディクショナリ インターフェイスを提供する、チャネル オブジェクトの基本の実装を提供します。

この型のすべてのメンバの一覧については、BaseChannelObjectWithProperties メンバ を参照してください。

System.Object
   System.Runtime.Remoting.Channels.BaseChannelObjectWithProperties
      System.Runtime.Remoting.Channels.BaseChannelSinkWithProperties
      System.Runtime.Remoting.Channels.BaseChannelWithProperties

MustInherit Public Class BaseChannelObjectWithProperties
   Implements IDictionary, ICollection, IEnumerable
[C#]
public abstract class BaseChannelObjectWithProperties :
   IDictionary, ICollection, IEnumerable
[C++]
public __gc __abstract class BaseChannelObjectWithProperties :
   public IDictionary, ICollection, IEnumerable
[JScript]
public abstract class BaseChannelObjectWithProperties implements
   IDictionary, ICollection, IEnumerable

スレッドセーフ

この型の public static (Visual Basicでは Shared) のすべてのメンバは、マルチスレッド操作で安全に使用できます。インスタンスのメンバの場合は、スレッドセーフであるとは限りません。

解説

BaseChannelObjectWithPropertiesBaseChannelWithProperties および BaseChannelSinkWithProperties の基本クラスです。 BaseChannelWithProperties および BaseChannelSinkWithProperties は、名前付きプロパティを提供する、チャネルおよびチャネル シンクの基本クラスとして使用できます。

BaseChannelObjectWithProperties は、そのプロパティをチャネル オブジェクトに要求する複雑なタスクを処理します。

メモ   このクラスは、リンク確認要求と継承確認要求をクラス レベルで行います。直前の呼び出し元または派生クラスにインフラストラクチャ アクセス許可がない場合、 SecurityException がスローされます。セキュリティ要求の詳細については、「 リンク確認要求 」および「 継承確認要求 」を参照してください。

継承時の注意: BaseChannelObjectWithProperties から継承する場合は、 Keys プロパティと Item プロパティをオーバーライドする必要があります。

必要条件

名前空間: System.Runtime.Remoting.Channels

プラットフォーム: Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 ファミリ

アセンブリ: Mscorlib (Mscorlib.dll 内)

.NET Framework セキュリティ:

参照

BaseChannelObjectWithProperties メンバ | System.Runtime.Remoting.Channels 名前空間