Метод | Описание | |
---|---|---|
DeleteSubKey ( string keyNameSuffix ) : void |
Deletes a sub key
|
|
DeleteSubKey ( string keyNameSuffix, bool throwOnMissingSubKey ) : void |
Deletes a sub key
|
|
GetValue ( string keyNameSuffix, object defaultValue ) : string |
Gets a string value from an AWB registry subkey
|
|
GetWritableKey ( string keyNameSuffix ) : |
Opens or creates a writable registry key from the AWB registry area
|
|
OpenSubKey ( string keyNameSuffix ) : |
Opens a read-only registry key from the AWB registry area
|
|
SetValue ( string keyNameSuffix, string valueName, string value ) : void |
Writes a string value to an AWB registry subkey
|
Метод | Описание | |
---|---|---|
BuildKeyName ( string keyNameSuffix ) : string |
public static DeleteSubKey ( string keyNameSuffix ) : void | ||
keyNameSuffix | string | |
Результат | void |
public static DeleteSubKey ( string keyNameSuffix, bool throwOnMissingSubKey ) : void | ||
keyNameSuffix | string | |
throwOnMissingSubKey | bool | |
Результат | void |
public static GetValue ( string keyNameSuffix, object defaultValue ) : string | ||
keyNameSuffix | string | |
defaultValue | object | |
Результат | string |
public static GetWritableKey ( string keyNameSuffix ) : |
||
keyNameSuffix | string | |
Результат |
public static OpenSubKey ( string keyNameSuffix ) : |
||
keyNameSuffix | string | |
Результат |
public static SetValue ( string keyNameSuffix, string valueName, string value ) : void | ||
keyNameSuffix | string | |
valueName | string | |
value | string | |
Результат | void |