Click to Rate and Give Feedback
MSDN
MSDN Library
System Services
WinSAT Reference
WinSAT MOF Classes
 Win32_WinSAT Class

  Switch on low bandwidth view
Win32_WinSAT Class

Defines summary assessment information for the most recent formal assessment.

The following syntax is simplified from MOF code and includes all inherited properties.

Syntax

class Win32_WinSAT
{
  string TimeTaken;
  real32 WinSPRLevel;
  uint32 WinSATAssessmentState;
  real32 MemoryScore;
  real32 CPUScore;
  real32 DiskScore;
  real32 D3DScore;
  real32 GraphicsScore;
};

Methods

The Win32_WinSAT class does not define any methods.

Properties

The Win32_WinSAT class defines the following properties.

CPUScore
Data type: real32
Access type: Read-only

A score for the processors on the computer.

D3DScore
Data type: real32
Access type: Read-only

A score for the three-dimensional graphics (gaming) capabilities of the computer.

DiskScore
Data type: real32
Access type: Read-only

A score for the sequential read throughput on the primary hard disk on the computer.

GraphicsScore
Data type: real32
Access type: Read-only

A score for the graphics capabilities of the computer.

MemoryScore
Data type: real32
Access type: Read-only

A score for the memory throughput and capacity of the computer.

TimeTaken
Data type: string
Access type: Read-only
Qualifiers: key

This property must be set to "MostRecentAssessment" in the WHERE clause of your WQL query.

WinSATAssessmentState
Data type: uint32
Access type: Read-only
Qualifiers: ValueMap{"0","1","2","3","4"}, Values{"StateUnknown", "Valid", "IncoherentWithHardware", "NoAssessmentAvailable", "Invalid"}

State of the assessment. For a description of the possible values, see the WINSAT_ASSESSMENT_STATE enumeration.

WinSPRLevel
Data type: real32
Access type: Read-only

Base score for the computer. For details on the score value, see the IProvideWinSATResultsInfo::SystemRating property.

Remarks

For information on the subcomponent scores, such as MemoryScore, see the IProvideWinSATAssessmentInfo::Score property.

Examples

For an example that shows how to use WMI to retrieve data from this class, see the IProvideWinSATVisuals::get_Bitmap method.

Requirements

Namespace\root\cimv2

Send comments about this topic to Microsoft

Build date: 5/22/2009

Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker