ClassPath: MEng.System.Runtime.SysInfo Parent ClassPath: MEng.Object Copyable: No Final: Yes MEng.System.Runtime.SysInfo provides access to system information, such as host name, memory available, and so forth. Note that not all of the methods documented here will always be available. Applications which host the macro engine can choose to disallow access to certain types of system information. But most of what is provided here is not a security risk and should be available.
Constructors:
Constructor();There is just a default constructor, since there are no creation options for this class.
Final, Const Methods:
GetNodeName() Returns MEng.String;Returns a string with the local IP host name (e.g. host.mydomain.com) of the machine the macro is running on.
GetCPUCount() Returns MEng.Card4;Returns the count of CPUs on the machine that the macro is running on.