Name | Retrieves the name of the key. |
SubKeyCount | Retrieves the count of subkeys at the base level, for the current key. |
ValueCount | Retrieves the count of values in the key. |
Close | Closes the key and flushes it to storage if the contents have been modified. |
CreateObjRef (inherited from MarshalByRefObject) | Creates an object that contains all the relevant information required to generate a proxy used to communicate with a remote object. |
CreateSubKey | Creates a new subkey or opens an existing subkey. The string subKey is not case-sensitive. |
DeleteSubKey | Overloaded. Deletes the specified subkey. The string subkey is not case-sensitive. |
DeleteSubKeyTree | Deletes a subkey and any child subkeys recursively. The string subKey is not case-sensitive. |
DeleteValue | Overloaded. Deletes the specified value from this key. |
Dispose | Dispose method |
Equals (inherited from Object) | Determines whether the specified Object is equal to the current Object. |
GetHashCode (inherited from Object) | Serves as a hash function for a particular type, suitable for use in hashing algorithms and data structures like a hash table. |
GetLifetimeService (inherited from MarshalByRefObject) | Retrieves the current lifetime service object that controls the lifetime policy for this instance. |
GetSubKeyNames | Retrieves an array of strings that contains all the subkey names. |
GetType (inherited from Object) | Gets the Type of the current instance. |
GetValue | Overloaded. Retrieves the data associated with the specified value, or null if the value does not exist. |
GetValueNames | Retrieves an array of strings that contains all the value names associated with this key. |
InitializeLifetimeService (inherited from MarshalByRefObject) | Obtains a lifetime service object to control the lifetime policy for this instance. |
OpenSubKey | Overloaded. Retrieves a subkey as read-only. |
SetValue | Sets the specified value. |
ToString | Retrieves a string representation of this key. |
Finalize (inherited from Object) | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
MemberwiseClone (inherited from Object) | Creates a shallow copy of the current Object. |
CERegistryKey Class | OpenNETCF.Desktop.Communication Namespace | Microsoft.Win32.RegistryKey