|
SnmpMessageExtensionIsRunningOnMono Property
|
Tests if running on Mono.
Namespace: GSF.Net.Snmp.MessagingAssembly: GSF.Net (in GSF.Net.dll) Version: 2.4.205-beta
Syntax public 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
BooleanSee Also