Méthode | Description | |
---|---|---|
GetValue ( string subKey, string name ) : string |
레지스트리의 서브키의 name에 해당하는 값을 가져온다.
|
|
Registry64 ( |
Initialize a new instance of the Registry64 class
|
Méthode | Description | |
---|---|---|
GetKeyValueData ( |
||
GetKeyValueInfo ( |
||
OpenSubKey ( |
||
RegCloseKey ( |
||
RegOpenKeyEx ( |
||
RegQueryValueEx ( |
||
ThrowException ( int errorCode ) : void |
public GetValue ( string subKey, string name ) : string | ||
subKey | string | 레지스트리 서브키찾 |
name | string | 찾고자하는 레지스트리 명 |
Résultat | string |
public Registry64 ( |
||
rootKey | The root HKey | |
Résultat | System |