C# Class AEMManager.Util.RegistryUtil

Afficher le fichier Open project: wcm-io-devops/aem-manager Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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
Résultat Microsoft.Win32.RegistryKey

GetUserKey() public static méthode

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
Résultat Microsoft.Win32.RegistryKey

GetUserKey() public static méthode

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
Résultat Microsoft.Win32.RegistryKey