C# Class AEMManager.Util.RegistryUtil

Show file Open project: wcm-io-devops/aem-manager Class Usage Examples

Public Methods

Method Description
GetUserKey ( ) : RegistryKey

Gets a user key for the current application. The Application subkey is build using the company and application name information form assembly info.

GetUserKey ( Form pfrm ) : RegistryKey

Gets a registry user key for the given form in a subkey of the current application. The Application subkey is build using the company and application name information form assembly info.

GetUserKey ( string pSubKey ) : RegistryKey

Gets a registry user key for the given form in a subkey of the current application. The Application subkey is build using the company and application name information form assembly info.

Method Details

GetUserKey() public static method

Gets a user key for the current application. The Application subkey is build using the company and application name information form assembly info.
public static GetUserKey ( ) : RegistryKey
return Microsoft.Win32.RegistryKey

GetUserKey() public static method

Gets a registry user key for the given form in a subkey of the current application. The Application subkey is build using the company and application name information form assembly info.
public static GetUserKey ( Form pfrm ) : RegistryKey
pfrm System.Windows.Forms.Form Form instance
return Microsoft.Win32.RegistryKey

GetUserKey() public static method

Gets a registry user key for the given form in a subkey of the current application. The Application subkey is build using the company and application name information form assembly info.
public static GetUserKey ( string pSubKey ) : RegistryKey
pSubKey string Subkey name
return Microsoft.Win32.RegistryKey