SystemInformationTests HasCpuName Method Delta Engine Documentation

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

public void HasCpuName()
Examples

[Test]
public void HasCpuName()
{
    Assert.GreaterOrEqual(info.CoreCount, 1);
    Assert.IsFalse(string.IsNullOrEmpty(info.CpuName));
}
See Also