[This is preliminary documentation and is subject to change.]

The MonoCompat type exposes the following properties.

Properties

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

 MemberDescription
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.

See Also