Class PlatformHelper
- Namespace
- LibVLCSharp.Shared
- Assembly
- LibVLCSharp.dll
Small helper for determining the current platform
public class PlatformHelper
- Inheritance
-
PlatformHelper
- Inherited Members
Constructors
PlatformHelper()
public PlatformHelper()
Properties
IsLinux
Returns true if running on Linux, false otherwise
public static bool IsLinux { get; }
Property Value
IsLinuxDesktop
Returns true if running on Linux desktop, false otherwise
public static bool IsLinuxDesktop { get; }
Property Value
IsMac
Returns true if running on macOS, false otherwise
public static bool IsMac { get; }
Property Value
IsWindows
Returns true if running on Windows, false otherwise
public static bool IsWindows { get; }
Property Value
IsX64BitProcess
Returns true if running in 64bit process, false otherwise
public static bool IsX64BitProcess { get; }