SystemInformation CpuUsage Property Delta Engine Documentation

Namespace: DeltaEngine.Platforms
Assembly: DeltaEngine.Platforms (in DeltaEngine.Platforms.dll) Version: 1.1.1.0 (1.1.1)
Syntax

public abstract float[] CpuUsage { get; }

Property Value

Type:  Single 
Remarks

Tests: DeltaEngine.Platforms.Tests.SystemInformationTests
Examples

1 unit tests call DeltaEngine.Platforms.SystemInformation.CpuUsage
[Test]
public void HasCpuUsage()
{
    Assert.IsTrue(info.CpuUsage.Length > 0);
}
See Also