OpenNETCF.Desktop.Communication

CERegistryKey Members

Public Instance Properties

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.

Public Instance Methods

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.
DeleteSubKeyOverloaded. 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.
DeleteValueOverloaded. 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.
GetValueOverloaded. 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.
OpenSubKeyOverloaded. Retrieves a subkey as read-only.
SetValue Sets the specified value.
ToString Retrieves a string representation of this key.

Protected Instance Methods

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.

See Also

CERegistryKey Class | OpenNETCF.Desktop.Communication Namespace | Microsoft.Win32.RegistryKey