BaseChannelWithProperties クラス
定義
重要
一部の情報は、リリース前に大きく変更される可能性があるプレリリースされた製品に関するものです。 Microsoft は、ここに記載されている情報について、明示または黙示を問わず、一切保証しません。
プロパティにディクショナリ インターフェイスを公開する、チャネルの基本の実装を提供します。
public ref class BaseChannelWithProperties abstract : System::Runtime::Remoting::Channels::BaseChannelObjectWithProperties
public abstract class BaseChannelWithProperties : System.Runtime.Remoting.Channels.BaseChannelObjectWithProperties
[System.Runtime.InteropServices.ComVisible(true)]
public abstract class BaseChannelWithProperties : System.Runtime.Remoting.Channels.BaseChannelObjectWithProperties
[System.Runtime.InteropServices.ComVisible(true)]
[System.Security.SecurityCritical]
public abstract class BaseChannelWithProperties : System.Runtime.Remoting.Channels.BaseChannelObjectWithProperties
type BaseChannelWithProperties = class
inherit BaseChannelObjectWithProperties
[<System.Runtime.InteropServices.ComVisible(true)>]
type BaseChannelWithProperties = class
inherit BaseChannelObjectWithProperties
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Security.SecurityCritical>]
type BaseChannelWithProperties = class
inherit BaseChannelObjectWithProperties
Public MustInherit Class BaseChannelWithProperties
Inherits BaseChannelObjectWithProperties
- 継承
- 派生
- 属性
注釈
重要
このクラスのメソッドを信頼されていないデータを指定して呼び出すことには、セキュリティ上のリスクが伴います。 このクラスのメソッドの呼び出しは、信頼されたデータだけを指定して実行してください。 詳細については、「 すべての入力を検証する」を参照してください。
クラスは BaseChannelWithProperties 、チャネル シンク チェーン内のシンクにプロパティを要求する複雑さを処理します。 チャネルがシンク チェーンを構築した後 (該当する場合)、 プロパティを設定する SinksWithProperties 必要があります。
このクラスは、クラス レベルでリンク要求と継承要求を行います。 SecurityExceptionは、直接の呼び出し元または派生クラスにインフラストラクチャアクセス許可がない場合にスローされます。 セキュリティ要求の詳細については、「 リンク要求 と 継承要求」を参照してください。
注意 (実装者)
から BaseChannelWithProperties継承する場合は、 プロパティと プロパティを Keys 実装する Item[Object] 必要があります。
コンストラクター
BaseChannelWithProperties() |
BaseChannelWithProperties クラスの新しいインスタンスを初期化します。 |
フィールド
SinksWithProperties |
チャネル シンク スタックの一番上のチャネル シンクを示します。 |
プロパティ
Count |
チャネル オブジェクトに関連付けられているプロパティの数を取得します。 (継承元 BaseChannelObjectWithProperties) |
IsFixedSize |
チャネル オブジェクトに入力できるプロパティの数が固定されているかどうかを示す値を取得します。 (継承元 BaseChannelObjectWithProperties) |
IsReadOnly |
チャネル オブジェクトにあるプロパティのコレクションが読み取り専用かどうかを示す値を取得します。 (継承元 BaseChannelObjectWithProperties) |
IsSynchronized |
チャネル オブジェクトのプロパティのディクショナリが同期されているかどうかを示す値を取得します。 (継承元 BaseChannelObjectWithProperties) |
Item[Object] |
派生クラスでオーバーライドされるときに、指定したキーに関連付けられているプロパティを取得または設定します。 (継承元 BaseChannelObjectWithProperties) |
Keys |
派生クラスでオーバーライドされるときに、チャネル オブジェクトのプロパティに関連付けられているキーの ICollection を取得します。 (継承元 BaseChannelObjectWithProperties) |
Properties |
現在のチャネル オブジェクトに関連付けられているチャネル プロパティの IDictionary を取得します。 |
SyncRoot |
BaseChannelObjectWithProperties へのアクセスを同期するために使用するオブジェクトを取得します。 (継承元 BaseChannelObjectWithProperties) |
Values |
チャネル オブジェクトに関連付けられているプロパティの値の ICollection を取得します。 (継承元 BaseChannelObjectWithProperties) |
メソッド
Add(Object, Object) |
NotSupportedException をスローします。 (継承元 BaseChannelObjectWithProperties) |
Clear() |
NotSupportedException をスローします。 (継承元 BaseChannelObjectWithProperties) |
Contains(Object) |
指定したキーに関連付けられているプロパティが、チャネル オブジェクトに格納されているかどうかを示す値を返します。 (継承元 BaseChannelObjectWithProperties) |
CopyTo(Array, Int32) |
NotSupportedException をスローします。 (継承元 BaseChannelObjectWithProperties) |
Equals(Object) |
指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。 (継承元 Object) |
GetEnumerator() |
チャネル オブジェクトに関連付けられているすべてのプロパティを列挙する IDictionaryEnumerator を返します。 (継承元 BaseChannelObjectWithProperties) |
GetHashCode() |
既定のハッシュ関数として機能します。 (継承元 Object) |
GetType() |
現在のインスタンスの Type を取得します。 (継承元 Object) |
MemberwiseClone() |
現在の Object の簡易コピーを作成します。 (継承元 Object) |
Remove(Object) |
NotSupportedException をスローします。 (継承元 BaseChannelObjectWithProperties) |
ToString() |
現在のオブジェクトを表す文字列を返します。 (継承元 Object) |
明示的なインターフェイスの実装
IEnumerable.GetEnumerator() |
チャネル オブジェクトに関連付けられているすべてのプロパティを列挙する IEnumerator を返します。 (継承元 BaseChannelObjectWithProperties) |
拡張メソッド
Cast<TResult>(IEnumerable) |
IEnumerable の要素を、指定した型にキャストします。 |
OfType<TResult>(IEnumerable) |
指定された型に基づいて IEnumerable の要素をフィルター処理します。 |
AsParallel(IEnumerable) |
クエリの並列化を有効にします。 |
AsQueryable(IEnumerable) |
IEnumerable を IQueryable に変換します。 |
適用対象
.NET