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 해야 합니다.
이 클래스는 클래스 수준에서 링크 요청 및 상속 요청을 만듭니다. 직접 호출자 또는 파생 클래스에 인프라 권한이 없는 경우 A SecurityException 가 throw됩니다.
구현자 참고
상속BaseChannelWithProperties할 때 속성과 Keys 속성을 구현 Item[Object] 해야 합니다.
생성자
| Name | Description |
|---|---|
| BaseChannelWithProperties() |
BaseChannelWithProperties 클래스의 새 인스턴스를 초기화합니다. |
필드
| Name | Description |
|---|---|
| SinksWithProperties |
채널 싱크 스택의 위쪽 채널 싱크를 나타냅니다. |
속성
| Name | Description |
|---|---|
| Count |
채널 개체와 연결된 속성의 수를 가져옵니다. (다음에서 상속됨 BaseChannelObjectWithProperties) |
| IsFixedSize |
채널 개체에 입력할 수 있는 속성 수가 고정되어 있는지 여부를 나타내는 값을 가져옵니다. (다음에서 상속됨 BaseChannelObjectWithProperties) |
| IsReadOnly |
채널 개체의 속성 컬렉션이 읽기 전용인지 여부를 나타내는 값을 가져옵니다. (다음에서 상속됨 BaseChannelObjectWithProperties) |
| IsSynchronized |
채널 개체 속성의 사전이 동기화되는지 여부를 나타내는 값을 가져옵니다. (다음에서 상속됨 BaseChannelObjectWithProperties) |
| Item[Object] |
파생 클래스에서 재정의되는 경우 지정된 키와 연결된 속성을 가져오거나 설정합니다. (다음에서 상속됨 BaseChannelObjectWithProperties) |
| Keys |
파생 클래스에서 재정의되는 경우 채널 개체 속성이 연결된 키를 가져옵니다 ICollection . (다음에서 상속됨 BaseChannelObjectWithProperties) |
| Properties |
IDictionary 현재 채널 개체와 연결된 채널 속성을 가져옵니다. |
| SyncRoot |
에 대한 액세스를 동기화하는 데 사용되는 개체를 BaseChannelObjectWithProperties가져옵니다. (다음에서 상속됨 BaseChannelObjectWithProperties) |
| Values |
ICollection 채널 개체와 연결된 속성의 값을 가져옵니다. (다음에서 상속됨 BaseChannelObjectWithProperties) |
메서드
| Name | Description |
|---|---|
| Add(Object, Object) |
NotSupportedException를 throw합니다. (다음에서 상속됨 BaseChannelObjectWithProperties) |
| Clear() |
NotSupportedException를 throw합니다. (다음에서 상속됨 BaseChannelObjectWithProperties) |
| Contains(Object) |
채널 개체에 지정된 키와 연결된 속성이 포함되어 있는지 여부를 나타내는 값을 반환합니다. (다음에서 상속됨 BaseChannelObjectWithProperties) |
| CopyTo(Array, Int32) |
NotSupportedException를 throw합니다. (다음에서 상속됨 BaseChannelObjectWithProperties) |
| Equals(Object) |
지정한 개체와 현재 개체가 같은지 여부를 확인합니다. (다음에서 상속됨 Object) |
| GetEnumerator() |
IDictionaryEnumerator 채널 개체와 연결된 모든 속성에 대해 열거하는 값을 반환합니다. (다음에서 상속됨 BaseChannelObjectWithProperties) |
| GetHashCode() |
기본 해시 함수로 작동합니다. (다음에서 상속됨 Object) |
| GetType() |
현재 인스턴스의 Type 가져옵니다. (다음에서 상속됨 Object) |
| MemberwiseClone() |
현재 Object단순 복사본을 만듭니다. (다음에서 상속됨 Object) |
| Remove(Object) |
NotSupportedException를 throw합니다. (다음에서 상속됨 BaseChannelObjectWithProperties) |
| ToString() |
현재 개체를 나타내는 문자열을 반환합니다. (다음에서 상속됨 Object) |
명시적 인터페이스 구현
| Name | Description |
|---|---|
| IEnumerable.GetEnumerator() |
IEnumerator 채널 개체와 연결된 모든 속성을 열거하는 값을 반환합니다. (다음에서 상속됨 BaseChannelObjectWithProperties) |
확장명 메서드
| Name | Description |
|---|---|
| AsParallel(IEnumerable) |
쿼리의 병렬 처리를 사용하도록 설정합니다. |
| AsQueryable(IEnumerable) |
IEnumerable IQueryable변환합니다. |
| Cast<TResult>(IEnumerable) |
IEnumerable 요소를 지정된 형식으로 캐스팅합니다. |
| OfType<TResult>(IEnumerable) |
지정된 형식에 따라 IEnumerable 요소를 필터링합니다. |