RegKey Class |
Namespace: MFiles.VAF.Common
public class RegKey : IDisposable
The RegKey type exposes the following members.
Name | Description | |
---|---|---|
![]() | Handle |
The registry key this object represents, "HKEY" for this object.
|
![]() | KeyName |
Key name for this object.
|
Name | Description | |
---|---|---|
![]() | Close |
Closes the registry key.
|
![]() | DeleteSubKeys |
Deletes all sub-keys under this key. Sub-keys must not have sub-keys.
|
![]() | Dispose |
Disposes of the object.
|
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize |
Destructor.
(Overrides ObjectFinalize.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetSubKeyNames |
Gets the registry keys under this key.
|
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | GetValue(String) |
Resolves the value from the provided name in a key.
|
![]() | GetValue(String, Object) |
Resolves the value from the provided name in a key.
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | OpenSubKey |
Opens the specified sub-key.
|
![]() | SetValue |
Sets the data of the specified value.
|
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |