SystemState Members
Applies To: Windows 8.1
Provides access to specific system configuration settings and the ability to save and restore them.
The following tables list the members exposed by the SystemState type.
Public Methods
(see also Protected Methods)
Name | Description | |
---|---|---|
CheckBoolean | Retrieves whether or not the specified system setting is enabled. | |
CheckRegistryValueMultistring | Retrieves a multi-string (REG_MULTI_SZ) value from the registry. | |
CheckRegistryValueString | Retrieves an unsigned 64-bit (unsigned REG_QWORD) value from the registry. | |
CheckRegistryValueUInt32 | Retrieves an unsigned 32-bit integer (unsigned REG_DWORD) value from the registry. | |
CheckRegistryValueUInt64 | Retrieves an unsigned 64-bit (unsigned REG_QWORD) value from the registry. | |
Dispose | Releases all the resources used by the object. | |
Equals | (Inherited from Object) | |
GetHashCode | (Inherited from Object) | |
GetType | (Inherited from Object) | |
RestoreAll | Restores all system settings originally modified through SetBoolean back to their original values. | |
SetBoolean | Sets specified system settings. | |
SetRegistryValueMultistring | Sets a multi-string (REG_MULTI_SZ) value into the registry. | |
SetRegistryValueString | Sets a string (REG_SZ) value into the registry. | |
SetRegistryValueUInt32 | Sets an unsigned 32-bit integer (unsigned REG_DWORD) value into the registry. | |
SetRegistryValueUInt64 | Sets an unsigned 64-bit (unsigned REG_QWORD) value Into the registry. | |
ToString | (Inherited from Object) |
Top
Protected Methods
Name | Description | |
---|---|---|
Finalize | (Inherited from Object) | |
MemberwiseClone | (Inherited from Object) |
Top