Boolean flag that is set to true when the Mono runtime is detected.
Namespace: BrightstarDBAssembly: BrightstarDB (in BrightstarDB.dll) Version: 1.9.0.0 (1.9.0.0)
Syntax
| C# |
|---|
public static bool IsRunningOnMono { get; } |
| Visual Basic |
|---|
Public Shared ReadOnly Property IsRunningOnMono As Boolean Get |
| Visual C++ |
|---|
public: static property bool IsRunningOnMono { bool get (); } |
| F# |
|---|
static member IsRunningOnMono : bool with get |