Метод | Описание | |
---|---|---|
GetUserKey ( ) : |
Gets a user key for the current application. The Application subkey is build using the company and application name information form assembly info.
|
|
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.
|
|
GetUserKey ( string pSubKey ) : |
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 ( ) : |
||
Результат |
public static GetUserKey ( |
||
pfrm | Form instance | |
Результат |
public static GetUserKey ( string pSubKey ) : |
||
pSubKey | string | Subkey name |
Результат |