RegistryHelper..::..SaveValue Method

Saves the value.

Namespace:  Core
Assembly:  Core (in Core.dll)

Syntax


public static void SaveValue(
	string company,
	string applicationName,
	string WindowName,
	string keyString,
	Object value
)

Parameters

company
Type: String
The company.
applicationName
Type: String
Name of the application.
WindowName
Type: String
Name of the window.
keyString
Type: String
The key string.
value
Type: Object
The value.

Exceptions


ExceptionCondition
ArgumentNullExceptionApplicationName cannot be null or left empty.