Property | Type | Description | |
---|---|---|---|
HKEY_CLASSES_ROOT | BigInteger | ||
HKEY_CURRENT_CONFIG | BigInteger | ||
HKEY_CURRENT_USER | BigInteger | ||
HKEY_DYN_DATA | BigInteger | ||
HKEY_LOCAL_MACHINE | BigInteger | ||
HKEY_PERFORMANCE_DATA | BigInteger | ||
HKEY_USERS | BigInteger | ||
error | IronPython.Runtime.Types.PythonType |
Method | Description | |
---|---|---|
CloseKey ( HKEYType key ) : void | ||
ConnectRegistry ( string computerName, BigInteger key ) : HKEYType | ||
CreateKey ( object key, string subKeyName ) : HKEYType | ||
CreateKeyEx ( object key, string subKeyName, int res, int sam ) : HKEYType | ||
DeleteKey ( object key, string subKeyName ) : void | ||
DeleteValue ( object key, string value ) : void | ||
EnumKey ( object key, int index ) : string | ||
EnumValue ( object key, int index ) : PythonTuple | ||
ExpandEnvironmentStrings ( string value ) : string | ||
FlushKey ( object key ) : void | ||
OpenKey ( object key, string subKeyName ) : HKEYType | ||
OpenKey ( object key, string subKeyName, [ res, [ sam ) : HKEYType | ||
OpenKeyEx ( object key, string subKeyName, [ res, [ sam ) : HKEYType | ||
QueryInfoKey ( object key ) : PythonTuple | ||
QueryValue ( object key, string subKeyName ) : object | ||
QueryValueEx ( object key, string valueName ) : PythonTuple | ||
SetValue ( object key, string subKeyName, int type, string value ) : void | ||
SetValueEx ( object key, string valueName, int reserved, int type, object value ) : void |
Method | Description | |
---|---|---|
ExtractString ( byte data, int start, int end ) : string | ||
GetRootKey ( object key ) : HKEYType | ||
MapRegistryValueKind ( RegistryValueKind registryValueKind ) : int | ||
MapSystemKey ( BigInteger hKey ) : RegistryHive | ||
QueryValueExImpl ( |
||
RegCreateKeyEx ( |
||
RegQueryValueEx ( |
public static CloseKey ( HKEYType key ) : void | ||
key | HKEYType | |
return | void |
public static ConnectRegistry ( string computerName, BigInteger key ) : HKEYType | ||
computerName | string | |
key | BigInteger | |
return | HKEYType |
public static CreateKey ( object key, string subKeyName ) : HKEYType | ||
key | object | |
subKeyName | string | |
return | HKEYType |
public static CreateKeyEx ( object key, string subKeyName, int res, int sam ) : HKEYType | ||
key | object | |
subKeyName | string | |
res | int | |
sam | int | |
return | HKEYType |
public static DeleteKey ( object key, string subKeyName ) : void | ||
key | object | |
subKeyName | string | |
return | void |
public static DeleteValue ( object key, string value ) : void | ||
key | object | |
value | string | |
return | void |
public static EnumKey ( object key, int index ) : string | ||
key | object | |
index | int | |
return | string |
public static EnumValue ( object key, int index ) : PythonTuple | ||
key | object | |
index | int | |
return | PythonTuple |
public static ExpandEnvironmentStrings ( string value ) : string | ||
value | string | |
return | string |
public static OpenKey ( object key, string subKeyName ) : HKEYType | ||
key | object | |
subKeyName | string | |
return | HKEYType |
public static OpenKey ( object key, string subKeyName, [ res, [ sam ) : HKEYType | ||
key | object | |
subKeyName | string | |
res | [ | |
sam | [ | |
return | HKEYType |
public static OpenKeyEx ( object key, string subKeyName, [ res, [ sam ) : HKEYType | ||
key | object | |
subKeyName | string | |
res | [ | |
sam | [ | |
return | HKEYType |
public static QueryInfoKey ( object key ) : PythonTuple | ||
key | object | |
return | PythonTuple |
public static QueryValue ( object key, string subKeyName ) : object | ||
key | object | |
subKeyName | string | |
return | object |
public static QueryValueEx ( object key, string valueName ) : PythonTuple | ||
key | object | |
valueName | string | |
return | PythonTuple |
public static SetValue ( object key, string subKeyName, int type, string value ) : void | ||
key | object | |
subKeyName | string | |
type | int | |
value | string | |
return | void |
public static SetValueEx ( object key, string valueName, int reserved, int type, object value ) : void | ||
key | object | |
valueName | string | |
reserved | int | |
type | int | |
value | object | |
return | void |
public static BigInteger HKEY_CLASSES_ROOT | ||
return | BigInteger |
public static BigInteger HKEY_CURRENT_CONFIG | ||
return | BigInteger |
public static BigInteger HKEY_CURRENT_USER | ||
return | BigInteger |
public static BigInteger HKEY_LOCAL_MACHINE | ||
return | BigInteger |
public static BigInteger HKEY_PERFORMANCE_DATA | ||
return | BigInteger |