Class SystemPlatformInformation
- Namespace
- Fantas
- Assembly
- Fantas.dll
System platform information (Windows, MacOS.. )
public static class SystemPlatformInformation : Object
- Inheritance
-
SystemPlatformInformation
Properties
CurrentPlatform
Return the current system platform (Windows, MacOS.. )
public static SystemPlatform CurrentPlatform { get; }
Property Value
CurrentPlatformDescription
Get current platform description
public static string CurrentPlatformDescription { get; }