Property | Type | Description | |
---|---|---|---|
RegCloseKey | int | ||
RegDeleteValue | int | ||
RegQueryValueEx | int | ||
RegSetValueEx | int |
Method | Description | |
---|---|---|
CreateDWordValue ( string name, int value ) : void | ||
CreateValue ( string name, string value ) : void | ||
CreateValues ( string name, List |
||
DeleteValue ( string name ) : void | ||
GetDwordValue ( string name ) : uint | ||
GetValue ( string name ) : string | ||
GetValues ( string name ) : List |
||
RegistryKey ( |
||
TryGetDwordValue ( string name, uint &value ) : int | ||
TryGetValue ( string name ) : string |
Method | Description | |
---|---|---|
RegCloseKey ( |
||
RegDeleteValue ( |
||
RegQueryValueEx ( |
||
RegSetValueEx ( |
public CreateDWordValue ( string name, int value ) : void | ||
name | string | |
value | int | |
return | void |
public CreateValue ( string name, string value ) : void | ||
name | string | |
value | string | |
return | void |
public CreateValues ( string name, List |
||
name | string | |
values | List |
|
return | void |
public RegistryKey ( |
||
handle | ||
return | System |
public TryGetDwordValue ( string name, uint &value ) : int | ||
name | string | |
value | uint | |
return | int |