This class represents a single application domain for each process and is implemented as singleton.
Definition: AppDomain.hpp:119
void(* Main)(AppDomain &appDomain)
This is the prototype of the (static) entry point or auxiliary operation of any library class.
Definition: ILibrary.hpp:38