C# Класс AEMManager.Util.RegistryUtil

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Описание методов

GetUserKey() публичный статический Метод

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
Результат Microsoft.Win32.RegistryKey

GetUserKey() публичный статический Метод

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
Результат Microsoft.Win32.RegistryKey

GetUserKey() публичный статический Метод

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
Результат Microsoft.Win32.RegistryKey