Boolean flag that is set to true when the Mono runtime is detected.

Namespace: BrightstarDB
Assembly: 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

Property Value

Type: Boolean

See Also