Share via


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)

適用於