Share via


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
public method CheckBoolean Retrieves whether or not the specified system setting is enabled.
public method CheckRegistryValueMultistring Retrieves a multi-string (REG_MULTI_SZ) value from the registry.
public method CheckRegistryValueString Retrieves an unsigned 64-bit (unsigned REG_QWORD) value from the registry.
public method CheckRegistryValueUInt32 Retrieves an unsigned 32-bit integer (unsigned REG_DWORD) value from the registry.
public method CheckRegistryValueUInt64 Retrieves an unsigned 64-bit (unsigned REG_QWORD) value from the registry.
public method Dispose Releases all the resources used by the object.
public method Equals  (Inherited from Object)
public method GetHashCode  (Inherited from Object)
public method GetType  (Inherited from Object)
public method RestoreAll Restores all system settings originally modified through SetBoolean back to their original values.
public method SetBoolean Sets specified system settings.
public method SetRegistryValueMultistring Sets a multi-string (REG_MULTI_SZ) value into the registry.
public method SetRegistryValueString Sets a string (REG_SZ) value into the registry.
public method SetRegistryValueUInt32 Sets an unsigned 32-bit integer (unsigned REG_DWORD) value into the registry.
public method SetRegistryValueUInt64 Sets an unsigned 64-bit (unsigned REG_QWORD) value Into the registry.
public method ToString  (Inherited from Object)

Top

Protected Methods

  Name Description
protected method Finalize  (Inherited from Object)
protected method MemberwiseClone  (Inherited from Object)

Top

See Also

Reference

SystemState Class
Microsoft.Assessments.Runtime Namespace