Class LinuxUtils
Contains static methods and properties related to Linux.
public static class LinuxUtils
- Inheritance
-
LinuxUtils
Properties
- IsAndroid
Indicates whether the current application is running on Android.
- IsUbuntu
Indicates whether the current application is running on Ubuntu.
- UnameResult
Gets results of the "uname -s" call.
Methods
- IsPackageInstalled(string)
Gets whether specific package is installed using dpkg utility.