Click or drag to resize

MuntsOS Class

This class provides some methods for obtaining information about a Linux microcomputer running MuntsOS Embedded Linux.
Inheritance Hierarchy
SystemObject
  IO.Objects.SimpleIO.PlatformsMuntsOS

Namespace: IO.Objects.SimpleIO.Platforms
Assembly: libsimpleio (in libsimpleio.dll) Version: 2.2024.356.1
Syntax
C#
public static class MuntsOS

The MuntsOS type exposes the following members.

Methods
 NameDescription
Public methodStatic memberGetCPUKind Retrives the kind of CPU the calling program is running on.
Public methodStatic memberGetModelName Retrieves the Device Tree model name of the computer the calling program is running on.
Public methodStatic memberGetProperty Retrieves the value of a property defined in /etc/platform on the computer the calling program is running on.
Top
See Also