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 직접 실행 호출자 또는 파생된 클래스 중 하나에 인프라 권한이 없는 경우 throw 됩니다. 보안 요청에 대 한 자세한 내용은 참조 하세요 링크 요청 하 고 상속 요청합니다.

생성자

ChannelDataStore(String[])

현재 채널이 매핑되는 URI를 사용하여 ChannelDataStore 클래스의 새 인스턴스를 초기화합니다.

속성

ChannelUris

현재 채널이 매핑되는 채널 URI로 이루어진 배열을 가져오거나 설정합니다.

Item[Object]

구현 채널에 대한 지정된 키와 관련된 데이터 개체를 가져오거나 설정합니다.

메서드

Equals(Object)

지정된 개체가 현재 개체와 같은지 확인합니다.

(다음에서 상속됨 Object)
GetHashCode()

기본 해시 함수로 작동합니다.

(다음에서 상속됨 Object)
GetType()

현재 인스턴스의 Type을 가져옵니다.

(다음에서 상속됨 Object)
MemberwiseClone()

현재 Object의 단순 복사본을 만듭니다.

(다음에서 상속됨 Object)
ToString()

현재 개체를 나타내는 문자열을 반환합니다.

(다음에서 상속됨 Object)

적용 대상