ChannelDataStore クラス

定義

リモート処理チャネルのチャネル データを格納します。

public ref class ChannelDataStore : System::Runtime::Remoting::Channels::IChannelDataStore
[System.Serializable]
public class ChannelDataStore : System.Runtime.Remoting.Channels.IChannelDataStore
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
public class ChannelDataStore : System.Runtime.Remoting.Channels.IChannelDataStore
[System.Serializable]
[System.Runtime.InteropServices.ComVisible(true)]
[System.Security.SecurityCritical]
public class ChannelDataStore : System.Runtime.Remoting.Channels.IChannelDataStore
[<System.Serializable>]
type ChannelDataStore = class
    interface IChannelDataStore
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
type ChannelDataStore = class
    interface IChannelDataStore
[<System.Serializable>]
[<System.Runtime.InteropServices.ComVisible(true)>]
[<System.Security.SecurityCritical>]
type ChannelDataStore = class
    interface IChannelDataStore
Public Class ChannelDataStore
Implements IChannelDataStore
継承
ChannelDataStore
属性
実装

注釈

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

コンストラクター

ChannelDataStore(String[])

現在のチャネルが割り当てられている URI を使用して、ChannelDataStore クラスの新しいインスタンスを初期化します。

プロパティ

ChannelUris

現在のチャネルが割り当てられているチャネル URI の配列を取得または設定します。

Item[Object]

該当インターフェイスを実装しているチャネルの指定したキーに関連付けられているデータ オブジェクトを取得または設定します。

メソッド

Equals(Object)

指定されたオブジェクトが現在のオブジェクトと等しいかどうかを判断します。

(継承元 Object)
GetHashCode()

既定のハッシュ関数として機能します。

(継承元 Object)
GetType()

現在のインスタンスの Type を取得します。

(継承元 Object)
MemberwiseClone()

現在の Object の簡易コピーを作成します。

(継承元 Object)
ToString()

現在のオブジェクトを表す文字列を返します。

(継承元 Object)

適用対象