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

Class dedicated to solving Mono compatibility issues

Namespace: fCraft
Assembly: fCraft (in fCraft.dll) Version: 0.6.2.4 (0.6.2.4)

Syntax

   
 C# 
public static class MonoCompat

Members

         
 All Members  Properties   Methods  
 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.
PrependMono(String)
Prepends the correct Mono name to the .NET executable, if needed.
StartDotNetProcess(String, String, Boolean)
Starts a .NET process, using Mono if necessary.

Inheritance Hierarchy

System..::..Object
  fCraft..::..MonoCompat

See Also