Click here to Skip to main content
15,897,518 members
Articles / Programming Languages / C#

A C# class that deals with System Registry

Rate me:
Please Sign up or sign in to vote.
3.74/5 (23 votes)
31 Mar 2002CPOL4 min read 106.7K   1.6K   36  
This C# class retrieves, creates, deletes Registry values and keys, and even more...
Microsoft Visual Studio Solution File, Format Version 7.00
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "RegClassTest", "RegClassTest\RegClassTest.csproj", "{B2E876C3-A2FB-4BA7-A30A-051698143A79}"
EndProject
Global
	GlobalSection(SolutionConfiguration) = preSolution
		ConfigName.0 = Debug
		ConfigName.1 = Release
	EndGlobalSection
	GlobalSection(ProjectDependencies) = postSolution
	EndGlobalSection
	GlobalSection(ProjectConfiguration) = postSolution
		{B2E876C3-A2FB-4BA7-A30A-051698143A79}.Debug.ActiveCfg = Debug|.NET
		{B2E876C3-A2FB-4BA7-A30A-051698143A79}.Debug.Build.0 = Debug|.NET
		{B2E876C3-A2FB-4BA7-A30A-051698143A79}.Release.ActiveCfg = Release|.NET
		{B2E876C3-A2FB-4BA7-A30A-051698143A79}.Release.Build.0 = Release|.NET
	EndGlobalSection
	GlobalSection(ExtensibilityGlobals) = postSolution
	EndGlobalSection
	GlobalSection(ExtensibilityAddIns) = postSolution
	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)
Canada Canada
This member has not yet provided a Biography. Assume it's interesting and varied, and probably something to do with programming.

Comments and Discussions