SoCpuDeviceGetCacheSize Method |
Returns the size of the cache on this device in bytes.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public uint GetCacheSize(
int cacheLevel
)
Public Function GetCacheSize (
cacheLevel As Integer
) As UInteger
public:
unsigned int GetCacheSize(
int cacheLevel
)
member GetCacheSize :
cacheLevel : int -> uint32
Parameters
- cacheLevel
- Type: SystemInt32
The cache level can be 1, 2, or 3.
Return Value
Type:
UInt32Remarks Note: On Microsoft Windows platforms this function only returns a valid number on Windows XP SP3 and newer.
See Also