OSHelperIsFrameworkMono Property
Gets whether the application is running on the classic Mono runtime, lately called as Framework Mono (as a distinction from Wine Mono).
Namespace: KGySoft.WinFormsAssembly: KGySoft.WinForms (in KGySoft.WinForms.dll) Version: 5.0.1
public static bool IsFrameworkMono { get; }
Public Shared ReadOnly Property IsFrameworkMono As Boolean
Get
public:
static property bool IsFrameworkMono {
bool get ();
}
static member IsFrameworkMono : bool with get
Property Value
Boolean