Platforms to show: All Mac Windows Linux Cross-Platform

LinuxProcessMBS class

Type Topic Plugin Version macOS Windows Linux iOS Targets
class Linux MBS Linux Plugin 14.1 ❌ No ❌ No ✅ Yes ❌ No Desktop, Console & Web
The class for querying linux process details.
Example
// show the path of current process
dim myPID as Integer = LinuxProcessMBS.PID
dim myProcess as LinuxProcessMBS = LinuxProcessMBS.ProcessByPID(myPID)

MsgBox myProcess.path

If your app has not enough permission to read info about other app, values may be missing.
This is an abstract class. You can't create an instance, but you can get one from various plugin functions.

This class has no sub classes.

Some examples using this class:

Blog Entries

Xojo Developer Magazine


The items on this page are in the following plugins: MBS Linux Plugin.


LinuxJavaScriptContextMBS   -   LinuxSuMBS


The biggest plugin in space...