Table of Contents

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

bool

IsLinuxDesktop

Returns true if running on Linux desktop, false otherwise

public static bool IsLinuxDesktop { get; }

Property Value

bool

IsMac

Returns true if running on macOS, false otherwise

public static bool IsMac { get; }

Property Value

bool

IsWindows

Returns true if running on Windows, false otherwise

public static bool IsWindows { get; }

Property Value

bool

IsX64BitProcess

Returns true if running in 64bit process, false otherwise

public static bool IsX64BitProcess { get; }

Property Value

bool