Class MeadowOS.SystemInformation
A static convenience accessor for retrieving system information
Assembly: Meadow.dll
View Source
Declaration
public static class MeadowOS.SystemInformation
Properties
OSVersion
Get the OS version.
View Source
Declaration
public static string OSVersion { get; }
OSBuildDate
Get the OS build date.
View Source
Declaration
public static string OSBuildDate { get; }
RuntimeVersion
Get the mono version on the device.
View Source
Declaration
public static string RuntimeVersion { get; }
RebootOnUnhandledException
Should the system reboot if an unhandled exception is encountered in the user application?
View Source
Declaration
public static bool RebootOnUnhandledException { get; }
InitizationTimeout
Number of seconds the initialization method in the user application is allowed to run before it is assumed to have crashed.
View Source
Declaration
public static uint InitizationTimeout { get; }