Home Screen :![]() |
Name of Experiment : System Specification related to Software and Hardware that includes OS version, CLR version, Tick Count and HasShutDownStarted. Exp No : MC12 Background : Student should have basic knowledge of C#. Summary : System information related to software and hardware are abstracted from the end-user. These information is not require to solve generic issues, while sometimes user want to know the OS version, CLR version in order to either update the current version or to reinstall the specific application software.
Learning Objective : Using this experiment, student should able to analyse the system information on running the same experiment on various mobile devices in order to get the complete understanding of the system software. |
Target Platform :This experiment is tested on Windows Phone Emulator and Nokia Lumia 800.
Source Code : | Comments : |
MainPage.xaml <!--LayoutRoot is the root grid where all page content is placed--> |
![]() ![]() ![]() |
MainPage.xaml.cs
using Microsoft.Phone.Controls; |
Observation : It is observed by the developer that system specific information is also served as a vital parameter during the analysis of the various mobile devices.
Right Click Here And Select Save Target For Entire Download :
System Specification related to Software and Hardware