C# Class System.Diagnostics.ProcessThread

Datei anzeigen Open project: dotnet/corefx Class Usage Examples

Private Properties

Property Type Description
GetStat Interop.procfs.ParsedStat
GetThreadInfo Interop.libproc.proc_threadinfo
GetThreadTimes System.Diagnostics.ProcessThreadTimes
OpenThreadHandle SafeThreadHandle
ProcessThread

Public Methods

Method Description
ResetIdealProcessor ( ) : void

Private Methods

Method Description
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 ( )

Method Details

ResetIdealProcessor() public method

public ResetIdealProcessor ( ) : void
return void