Click or drag to resize

CommonIsMono Field

Determines if the code base is currently running under Mono.

Namespace: GSF
Assembly: GSF.Core (in GSF.Core.dll) Version: 2.4.254-beta+b1c32a8191971a5ec09744a3eb270cb5508e892c
Syntax
public static bool IsMono
View Source

Field Value

Boolean
Remarks
This property can be used to make a run-time determination if Windows or Mono based .NET is being used. However, it is highly recommended to use the MONO compiler directive wherever possible instead of determining this at run-time.
See Also