SystemInformation: ezcSystemInfoReader
[ ]
[ ]
[ ]
[ ]
[ ]
Class: ezcSystemInfoReader
|
The ezcSystemInfoReader represents common interface of OS info reader. [
source]
Descendents
Method Summary
|
public abstract float |
cpuSpeed(
)
Returns CPU speed |
|
public abstract string |
cpuType(
)
Returns string with CPU type. |
|
public abstract int |
getCpuCount(
)
Returns number of CPUs in system. |
|
public abstract bool |
isValid(
$propertyName )
Returns true if the property $propertyName holds a valid value and false otherwise. |
|
public abstract int |
memorySize(
)
Returns memory size in bytes. |
Methods
cpuSpeed
float cpuSpeed(
)
Returns CPU speed
If the CPU speed could not be read null is returned. Average processor speed returned for multiprocessor systems.
Redefined in descendants as
cpuType
string cpuType(
)
Returns string with CPU type.
Redefined in descendants as
getCpuCount
int getCpuCount(
)
Returns number of CPUs in system.
Redefined in descendants as
isValid
bool isValid(
string
$propertyName )
Returns true if the property $propertyName holds a valid value and false otherwise.
Parameters
| Name |
Type |
Description |
$propertyName |
string |
|
Redefined in descendants as
memorySize
int memorySize(
)
Returns memory size in bytes.
If the memory size could not be read null is returned.
Redefined in descendants as
Last updated: Mon, 13 Oct 2008