| 
            
              SnmpMessageExtensionIsRunningOnMono Property
             | 
          
        
        
            Tests if running on Mono.
            
        
        Namespace: GSF.Net.Snmp.MessagingAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.257-beta
Syntaxpublic static bool IsRunningOnMono { get; }Public Shared ReadOnly Property IsRunningOnMono As Boolean
	Get
public:
static property bool IsRunningOnMono {
	bool get ();
}static member IsRunningOnMono : bool with get
GSF.Net.Snmp.Messaging.SnmpMessageExtension.get_IsRunningOnMono = function();
 View SourceReturn Value
Boolean
See Also