C# Class ChatterBox.Client.Voip.Utils.CPUData.ProcessTimes

Show file Open project: openpeer/ChatterBox

Public Properties

Property Type Description
CreationTime System.UInt64
ExitTime System.UInt64
KernelTime System.UInt64
UserTime System.UInt64

Property Details

CreationTime public property

public UInt64,System CreationTime
return System.UInt64

ExitTime public property

public UInt64,System ExitTime
return System.UInt64

KernelTime public property

public UInt64,System KernelTime
return System.UInt64

UserTime public property

public UInt64,System UserTime
return System.UInt64