Click or drag to resize
SoCpuDeviceGetCacheSize Method

Returns the size of the cache on this device in bytes.

Namespace: OIV.Inventor.Devices
Assembly: OIV.Inventor.Base (in OIV.Inventor.Base.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public uint GetCacheSize(
	int cacheLevel
)

Parameters

cacheLevel
Type: SystemInt32

The cache level can be 1, 2, or 3.

Return Value

Type: UInt32
Remarks

Note: On Microsoft Windows platforms this function only returns a valid number on Windows XP SP3 and newer.

See Also