C-DEngine 5.105

TheCDEngines..::..MyNMIService Property

My nmi service BREAKING Change in V4: Plugins with this field HAVE to be recompiled

Namespace:  nsCDEngine.Engines
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public static TheNMIEngine MyNMIService { get; set; }
Public Shared Property MyNMIService As TheNMIEngine
	Get
	Set
public:
static property TheNMIEngine^ MyNMIService {
	TheNMIEngine^ get ();
	void set (TheNMIEngine^ value);
}