RegistryHelper..::..GetInt Method

Gets the int.

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

Syntax


public static int GetInt(
	string company,
	string applicationName,
	string windowName,
	string keyString
)

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.

Return Value

System.Int32.

Exceptions


ExceptionCondition
ArgumentNullExceptionApplicationName cannot be null or left empty.