C# 클래스 System.Diagnostics.ProcessThread

파일 보기 프로젝트 열기: dotnet/corefx 1 사용 예제들

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