|   | CommonIsMono Field | 
        
        
            Determines if the code base is currently running under Mono.
            
        
        Namespace: GSFAssembly: GSF.Core (in GSF.Core.dll) Version: 2.4.257-beta+00aa2366fbb9ec75f636ebc7cfa610e3826a727c
 Syntax
Syntax Remarks
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
See Also