Method | Description | |
---|---|---|
DeleteKey ( this key ) : void |
Deletes the registry sub key.
|
|
Exists ( this startingKey, string path ) : bool |
Checks if registry key exists.
|
|
GetPath ( this key ) : string |
Gets the path.
|
|
OriginatingHive ( this key ) : |
Gets the originating hive.
|
public static DeleteKey ( this key ) : void | ||
key | this | The key. |
return | void |
public static Exists ( this startingKey, string path ) : bool | ||
startingKey | this | The starting key. |
path | string | The path. |
return | bool |
public static GetPath ( this key ) : string | ||
key | this | The key. |
return | string |
public static OriginatingHive ( this key ) : |
||
key | this | The key. |
return |