ProcessThreadCollection Класс
Определение
Предоставляет строго типизированную коллекцию объектов ProcessThread.Provides a strongly typed collection of ProcessThread objects.
public ref class ProcessThreadCollection : System::Collections::ReadOnlyCollectionBase
public ref class ProcessThreadCollection : System::Collections::ICollection
public class ProcessThreadCollection : System.Collections.ReadOnlyCollectionBase
public class ProcessThreadCollection : System.Collections.ICollection
type ProcessThreadCollection = class
inherit ReadOnlyCollectionBase
type ProcessThreadCollection = class
interface ICollection
interface IEnumerable
Public Class ProcessThreadCollection
Inherits ReadOnlyCollectionBase
Public Class ProcessThreadCollection
Implements ICollection
- Наследование
- Наследование
-
ProcessThreadCollection
- Реализации
Конструкторы
ProcessThreadCollection() |
Инициализирует новый экземпляр класса ProcessThreadCollection без связанных экземпляров ProcessThread.Initializes a new instance of the ProcessThreadCollection class, with no associated ProcessThread instances. |
ProcessThreadCollection(ProcessThread[]) |
Инициализирует новый экземпляр класса ProcessThreadCollection, используя указанный массив экземпляров ProcessThread.Initializes a new instance of the ProcessThreadCollection class, using the specified array of ProcessThread instances. |
Свойства
Capacity | |
Count |
Возвращает количество элементов, содержащихся в коллекции.Gets the number of elements contained in the collection. |
Count |
Возвращает количество элементов, содержащихся в экземпляре ReadOnlyCollectionBase.Gets the number of elements contained in the ReadOnlyCollectionBase instance. (Унаследовано от ReadOnlyCollectionBase) |
InnerList |
Получает список элементов, содержащихся в экземпляре ReadOnlyCollectionBase.Gets the list of elements contained in the ReadOnlyCollectionBase instance. (Унаследовано от ReadOnlyCollectionBase) |
Item[Int32] |
Возвращает индекс для перебора набора потоков процесса.Gets an index for iterating over the set of process threads. |
Методы
Явные реализации интерфейса
ICollection.CopyTo(Array, Int32) |
Копирует элементы из коллекции в массив, начиная с определенного индекса массива.Copies the elements of the collection to an array, starting at a particular array index. |
ICollection.CopyTo(Array, Int32) |
Копирует целый массив ReadOnlyCollectionBase в совместимый одномерный массив Array, начиная с заданного индекса целевого массива.Copies the entire ReadOnlyCollectionBase to a compatible one-dimensional Array, starting at the specified index of the target array. (Унаследовано от ReadOnlyCollectionBase) |
ICollection.IsSynchronized |
Возвращает значение, указывающее, является ли доступ к коллекции синхронизированным (потокобезопасным).Gets a value indicating whether access to the collection is synchronized (thread safe). |
ICollection.IsSynchronized |
Возвращает значение, указывающее на то, является ли доступ к объекту ReadOnlyCollectionBase синхронизированным (потокобезопасным).Gets a value indicating whether access to a ReadOnlyCollectionBase object is synchronized (thread safe). (Унаследовано от ReadOnlyCollectionBase) |
ICollection.SyncRoot |
Возвращает объект, который можно использовать для синхронизации доступа к коллекции.Gets an object that can be used to synchronize access to the collection. |
ICollection.SyncRoot |
Получает объект, который позволяет синхронизировать доступ к объекту ReadOnlyCollectionBase.Gets an object that can be used to synchronize access to a ReadOnlyCollectionBase object. (Унаследовано от ReadOnlyCollectionBase) |
Методы расширения
Cast<TResult>(IEnumerable) |
Приводит элементы объекта IEnumerable к заданному типу.Casts the elements of an IEnumerable to the specified type. |
OfType<TResult>(IEnumerable) |
Выполняет фильтрацию элементов объекта IEnumerable по заданному типу.Filters the elements of an IEnumerable based on a specified type. |
AsParallel(IEnumerable) |
Позволяет осуществлять параллельный запрос.Enables parallelization of a query. |
AsQueryable(IEnumerable) |
Преобразовывает коллекцию IEnumerable в объект IQueryable.Converts an IEnumerable to an IQueryable. |