Class RuntimeInformation
A convenience class to retrieve information about the current runtime
Assembly: Meadow.dll
View Source
public static class RuntimeInformation
Methods
IsPlatform(MeadowPlatform)
Convenience method to check the current platform
View Source
public static bool IsPlatform(MeadowPlatform platform)
Returns
System.Boolean
Parameters
Type | Name | Description |
---|---|---|
Meadow.Hardware.MeadowPlatform | platform | The MeadowPlatform to check against |