[This is preliminary documentation and is subject to change.]
The MonoCompat type exposes the following properties.
Properties
| Member | Description | |
|---|---|---|
| IsCaseSensitive | Whether the current filesystem is case-sensitive. | |
| IsMono | Whether we are currently running under Mono. | |
| IsSGenCapable | Whether Mono's generational GC is available. | |
| IsWindows | Whether we are under a Windows OS (under either .NET or Mono). | |
| MonoVersion | Mono version number. May be null if we are running a REALLY old version. | |
| MonoVersionString | Full Mono version string. May be null if we are running a REALLY old version. |