TheServiceHostInfo..::..MonoDetected Property
Note: This API is now obsolete.
Assembly: C-DEngine (in C-DEngine.dll)
True of the C-DEngine is running inside the Mono-Runtime
Namespace:
nsCDEngine.ViewModelsAssembly: C-DEngine (in C-DEngine.dll)
Syntax
[ObsoleteAttribute] public bool MonoDetected { get; set; }
<ObsoleteAttribute> _ Public Property MonoDetected As Boolean Get Set
[ObsoleteAttribute] public: property bool^ MonoDetected { bool^ get (); void set (bool^ value); }