| 
            
              SnmpMessageExtensionIsRunningOnMac Property
             | 
          
        
        
            Gets a value indicating whether it is running on macOS.
            
        
        Namespace: GSF.Net.Snmp.MessagingAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.258-beta
Syntaxpublic static bool IsRunningOnMac { get; }Public Shared ReadOnly Property IsRunningOnMac As Boolean
	Get
public:
static property bool IsRunningOnMac {
	bool get ();
}static member IsRunningOnMac : bool with get
GSF.Net.Snmp.Messaging.SnmpMessageExtension.get_IsRunningOnMac = function();
 View SourceProperty Value
Booleantrue if is running on macOS; otherwise, 
false.
See Also