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.IsMobileDevice
Assembly: DeltaEngine.Platforms (in DeltaEngine.Platforms.dll) Version: 1.1.1.0 (1.1.1)
Syntax
Property Value
Type: BooleanRemarks
Examples
[Test] public void VerifyDeviceType() { Assert.IsFalse(info.IsMobileDevice); Assert.IsFalse(info.IsTablet); Assert.IsFalse(info.IsConsole); }
See Also