LinuxSysInfoMBS Still Included In v13.3?

I’m using the demo version of MBS and am trying to pull the following:

LinuxSysInfoMBS.FreeSwap

However, I get a “Item does not exist” error whenever I access anything from LinuxSysInfoMBS. I checked, and the Linux plugin is in place in my plugins folder. The autocomplete also works within the IDE and gives me all of the available properties. They just don’t seem to be working.

Were they removed, or has something changed?

Well, it’s in the Linux plugin.
But it is also a class. So use it like this:

dim l as new LinuxSysInfoMBS MsgBox str(l.FreeRam)+" bytes free."

Greetings
Christian

That was it. There’s my “duh” moment for the day.

Thanks, Christian!