| 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: 2023.1.3.0 (2023.1.3)
Syntaxpublic 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: 
UInt32
RemarksNote: On Microsoft Windows platforms this function only returns a valid number on Windows XP SP3 and newer.
See Also