NumaNodeCollection 클래스
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
NumaNode 컬렉션, 모든 Numas의 클래스 containg 컬렉션
public sealed class NumaNodeCollection : System.Collections.ICollection
type NumaNodeCollection = class
interface ICollection
interface IEnumerable
Public NotInheritable Class NumaNodeCollection
Implements ICollection
- 상속
-
NumaNodeCollection
- 구현
속성
| Name | Description |
|---|---|
| Count |
컬렉션의 총 요소 수 |
| IsSynchronized |
컬렉션이 동기화된 경우 |
| Item[Int32] |
Index의 컬렉션에서 특정 NumaNode를 가져옵니다. |
| SyncRoot |
컬렉션의 SyncRoot를 반환합니다. |
메서드
| Name | Description |
|---|---|
| CopyTo(Array, Int32) |
컬렉션의 NumaNodes를 인덱스에서 시작하는 배열로 복사합니다. |
| CopyTo(NumaNode[], Int32) |
컬렉션의 NumaNode를 인덱스에서 시작하여 NumaNode 배열로 복사합니다. |
| GetByID(Int32) |
ID의 컬렉션에서 특정 NumaNode를 가져옵니다. |
| GetElementAt(Int32) |
Index의 컬렉션에서 특정 NumaNode를 가져옵니다. |
| GetEnumerator() |
열거자를 얻으려면 |
| SetAffinityToRange(Int32, Int32, NumaNodeAffinity, Boolean) |
제공된 NumaNodes 범위로 선호도 설정 |
| SetAffinityToRange(Int32, Int32, NumaNodeAffinity) |
제공된 NumaNodes 범위로 선호도를 설정합니다. NumaNode가 범위에 없는 경우 이 메서드는 예외를 throw합니다. |