C-DEngine 5.105

TheServiceHostInfo..::..MonoDetected Property

Note: This API is now obsolete.
True of the C-DEngine is running inside the Mono-Runtime

Namespace:  nsCDEngine.ViewModels
Assembly:  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);
}