C# Класс System.Diagnostics.ProcessThread

Показать файл Открыть проект Примеры использования класса

Private Properties

Свойство Тип Описание
GetStat Interop.procfs.ParsedStat
GetThreadInfo Interop.libproc.proc_threadinfo
GetThreadTimes System.Diagnostics.ProcessThreadTimes
OpenThreadHandle SafeThreadHandle
ProcessThread

Открытые методы

Метод Описание
ResetIdealProcessor ( ) : void

Приватные методы

Метод Описание
GetStat ( ) : Interop.procfs.ParsedStat
GetThreadInfo ( ) : Interop.libproc.proc_threadinfo
GetThreadTimes ( ) : System.Diagnostics.ProcessThreadTimes

Gets timing information for the thread.

OpenThreadHandle ( int access ) : SafeThreadHandle

Open a handle to the thread.

ProcessThread ( )

Описание методов

ResetIdealProcessor() публичный Метод

public ResetIdealProcessor ( ) : void
Результат void