Click here to Skip to main content
15,881,709 members
Articles / Programming Languages / C#

A simple application for gathering system information

Rate me:
Please Sign up or sign in to vote.
4.14/5 (6 votes)
8 Apr 2012CPOL 17.5K   1.1K   20  
In this tip you will learn how to collect system information by using System.Environment and System.Management.

Microsoft Visual Studio Solution File, Format Version 11.00
# Visual Studio 2010
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "System Informaion", "System Informaion\System Informaion.csproj", "{8CEA6AD8-D279-4F22-8CAE-274891327F77}"
EndProject
Global
	GlobalSection(SolutionConfigurationPlatforms) = preSolution
		Debug|x86 = Debug|x86
		Release|x86 = Release|x86
	EndGlobalSection
	GlobalSection(ProjectConfigurationPlatforms) = postSolution
		{8CEA6AD8-D279-4F22-8CAE-274891327F77}.Debug|x86.ActiveCfg = Debug|x86
		{8CEA6AD8-D279-4F22-8CAE-274891327F77}.Debug|x86.Build.0 = Debug|x86
		{8CEA6AD8-D279-4F22-8CAE-274891327F77}.Release|x86.ActiveCfg = Release|x86
		{8CEA6AD8-D279-4F22-8CAE-274891327F77}.Release|x86.Build.0 = Release|x86
	EndGlobalSection
	GlobalSection(SolutionProperties) = preSolution
		HideSolutionNode = FALSE
	EndGlobalSection
EndGlobal

By viewing downloads associated with this article you agree to the Terms of Service and the article's licence.

If a file you wish to view isn't highlighted, and is a text file (not binary), please let us know and we'll add colourisation support for it.

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Amazon AWS
Canada Canada
• MCSD (Microsoft Certified Solutions Developer): App Builder
• MCSD (Microsoft Certified Solutions Developer): Web Applications
• MCSA (Microsoft Certified Solutions Associate): Universal Windows Platform
• MCP (Microsoft Certified Professional)

• PMI-PBA (PMI Professional in Business Analysis)
• PMI-ACP (PMI Agile Certified Practitioner)
• PMP (Project Management Professional)

Comments and Discussions