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;
};
Members
The Win32_WinSAT class has these types of members:
Properties
The Win32_WinSAT class has these 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: 10/26/2012