C-DEngine 5.105

TheBaseApplication Class

This class is the essential class hosting all C-DEngine Services. Every Application, Service or other host has to instantiate this class to Activate the C-DEngine

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

Syntax


public class TheBaseApplication : ICDEManagement, 
	IDisposable
Public Class TheBaseApplication _
	Implements ICDEManagement, IDisposable
public ref class TheBaseApplication : ICDEManagement, 
	IDisposable

Inheritance Hierarchy


Object
  nsCDEngine.BaseClasses..::..TheBaseApplication