Home
last modified time | relevance | path

Searched refs:fIsRunningOnMono (Results 1 – 1 of 1) sorted by relevance

/dports/misc/gedkeeper/GEDKeeper-2.19.1/projects/GKMap/GKMap.Core/
H A DMapCore.cs27 private bool? fIsRunningOnMono; field in GKMap.MapCore
77 if (!fIsRunningOnMono.HasValue) {
79 fIsRunningOnMono = (Type.GetType("Mono.Runtime") != null);
80 return fIsRunningOnMono.Value;
84 return fIsRunningOnMono.Value;