Namespace: DeltaEngine.Platforms
Assembly: DeltaEngine.Platforms (in DeltaEngine.Platforms.dll) Version: 1.1.1.0 (1.1.1)
Tests: DeltaEngine.Platforms.Tests.SystemInformationTests
1 unit tests call DeltaEngine.Platforms.SystemInformation.CpuName
Assembly: DeltaEngine.Platforms (in DeltaEngine.Platforms.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Property Value
Type: StringRemarks
Examples
[Test] public void HasCpuName() { Assert.GreaterOrEqual(info.CoreCount, 1); Assert.IsFalse(string.IsNullOrEmpty(info.CpuName)); }
See Also