|
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.205-beta
Syntax public 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