OSHelperIsFrameworkMono Property

Gets whether the application is running on the classic Mono runtime, lately called as Framework Mono (as a distinction from Wine Mono).

Definition

Namespace: KGySoft.WinForms
Assembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
C#
public static bool IsFrameworkMono { get; }

Property Value

Boolean

See Also