Property | Type | Description | |
---|---|---|---|
Dir | string | ||
IsVolatile | bool |
Property | Type | Description | |
---|---|---|---|
AssertNotMarkedForDeletion | void | ||
CleanVolatileKeys | void | ||
CombineName | string | ||
GetRegisteredBootTime | long | ||
GetRootFromDir | string | ||
GetSystemBootTime | long | ||
KeyHandler | System | ||
KeyHandler | System | ||
KeyHandler | System | ||
LoadKey | void | ||
Save | void | ||
SaveRegisteredBootTime | void | ||
SetDirty | void |
Method | Description | |
---|---|---|
Delete ( string dir ) : bool | ||
DirtyTimeout ( object state ) : void | ||
Drop ( |
||
Drop ( string dir ) : void | ||
Ensure ( |
||
Ensure ( |
||
Flush ( ) : void | ||
GetSubKeyCount ( ) : int | ||
GetSubKeyNames ( ) : string[] | ||
GetValue ( string name, RegistryValueOptions options ) : object | ||
GetValueKind ( string name ) : RegistryValueKind | ||
GetValueNames ( ) : string[] | ||
GetVolatileDir ( string dir ) : string | ||
Load ( ) : void | ||
Lookup ( |
||
Probe ( |
||
RemoveValue ( string name ) : void | ||
SetValue ( string name, object value ) : void | ||
SetValue ( string name, object value, RegistryValueKind valueKind ) : void | ||
ValueExists ( string name ) : bool | ||
VolatileKeyExists ( string dir ) : bool |
Method | Description | |
---|---|---|
AssertNotMarkedForDeletion ( ) : void | ||
CleanVolatileKeys ( ) : void | ||
CombineName ( |
||
GetRegisteredBootTime ( string path ) : long | ||
GetRootFromDir ( string dir ) : string | ||
GetSystemBootTime ( ) : long | ||
KeyHandler ( ) : System | ||
KeyHandler ( |
||
KeyHandler ( |
||
LoadKey ( |
||
Save ( ) : void | ||
SaveRegisteredBootTime ( string path, long btime ) : void | ||
SetDirty ( ) : void |
public static Drop ( |
||
rkey | ||
return | void |
public Ensure ( |
||
rkey | ||
extra | string | |
writable | bool | |
return |
public Ensure ( |
||
rkey | ||
extra | string | |
writable | bool | |
is_volatile | bool | |
return |
public GetValue ( string name, RegistryValueOptions options ) : object | ||
name | string | |
options | RegistryValueOptions | |
return | object |
public GetValueKind ( string name ) : RegistryValueKind | ||
name | string | |
return | RegistryValueKind |
public static GetVolatileDir ( string dir ) : string | ||
dir | string | |
return | string |
public static Lookup ( |
||
rkey | ||
createNonExisting | bool | |
return |
public Probe ( |
||
rkey | ||
extra | string | |
writable | bool | |
return |
public SetValue ( string name, object value ) : void | ||
name | string | |
value | object | |
return | void |
public SetValue ( string name, object value, RegistryValueKind valueKind ) : void | ||
name | string | |
value | object | |
valueKind | RegistryValueKind | |
return | void |
public static VolatileKeyExists ( string dir ) : bool | ||
dir | string | |
return | bool |