Show / Hide Table of Contents

Class ChromeOsDevice.CpuInfoData.LogicalCpusData.CStatesData

C-States indicate the power consumption state of the CPU. For more information look at documentation published by the CPU maker.

Inheritance
object
ChromeOsDevice.CpuInfoData.LogicalCpusData.CStatesData
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.Admin.Directory.directory_v1.Data
Assembly: Google.Apis.Admin.Directory.directory_v1.dll
Syntax
public class ChromeOsDevice.CpuInfoData.LogicalCpusData.CStatesData

Properties

DisplayName

Name of the state.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

SessionDuration

Time spent in the state since the last reboot.

Declaration
[JsonProperty("sessionDuration")]
public virtual object SessionDuration { get; set; }
Property Value
Type Description
object
In this article
Back to top Generated by DocFX