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.PlatformName
Assembly: DeltaEngine.Platforms (in DeltaEngine.Platforms.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Property Value
Type: StringRemarks
Examples
[Test] public void CheckPlatformNameIsWindows() { Assert.IsTrue(info.PlatformName == "Windows", info.PlatformName); }
See Also