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.PlatformVersion
Assembly: DeltaEngine.Platforms (in DeltaEngine.Platforms.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Property Value
Type: VersionRemarks
Examples
[Test] public void CheckPlatformVersionMatchesEnvironment() { Assert.GreaterOrEqual(info.PlatformVersion, new Version(6, 0)); }
See Also