RegistryState Members
3/29/2010
Defines the state of a registry key (that is, the key name, the names of its values, and the data contained in its values).
The following tables list the members exposed by the RegistryState type.
Public Constructors
Name | Description | |
---|---|---|
RegistryState | Overloaded. |
Top
Public Properties
Name | Description | |
---|---|---|
ApplicationArguments | Overridden. Gets the arguments passed to the application if the Application Launcher is enabled. | |
ApplicationLaunchId | Overridden. Gets the unique ID for the RegistryState. | |
ApplicationToLaunch | Overridden. Gets the name of the application to launch if the Application Launcher is enabled. | |
BitMask | Overridden. Gets or sets the optional bitmask to use for an integer comparison. | |
ComparisonType | Overridden. Gets or sets the type of comparison operation. | |
ComparisonValue | Overridden. Gets or sets the comparison value. | |
CurrentValue | Overridden. Gets or sets the current value of the registry key and value pair. | |
Key | Gets the string value of the registry key (for example, HKEY_LOCAL_MACHINE\SOFTWARE). | |
ValueName | Gets the string name of the value under the key. |
Top
Public Methods
(see also Protected Methods )
Name | Description | |
---|---|---|
DisableApplicationLauncher | Overloaded. Overridden. | |
Dispose | Disposes a RegistryState. | |
EnableApplicationLauncher | Overloaded. Overridden. | |
Equals | Overloaded. (inherited from Object ) | |
GetHashCode | (inherited from Object ) | |
GetType | (inherited from Object ) | |
IsApplicationLauncherEnabled | Gets a value indicating whether the Application Launcher has been enabled for the specified Application Launch ID. | |
ReferenceEquals | (inherited from Object ) | |
ToString | (inherited from Object ) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | Overridden. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources, and performs other cleanup operations before garbage collection is performed. | |
MemberwiseClone | (inherited from Object ) |
Top
Public Events
Name | Description | |
---|---|---|
Changed | Overridden. Event that is raised when a value changes. |
Top
See Also
Reference
RegistryState Class
Microsoft.WindowsMobile.Status Namespace