MkObjectC - class known as obj or object is used as base-class type for a Programming-Language-Micro-Kernel (PLMK) class … More...
Collaboration diagram for MkObjectC_CS_API:Topics | |
| MkObjectC_Class_CS_API | |
| MkObjectC - define the class … | |
| MkObjectC_TOR_CS_API | |
| MkObjectC - create and destroy a managed-object … | |
| MkObjectC_Obj_CS_API | |
| MkObjectC - managed-object details | |
| MkObjectC_Misc_CS_API | |
| MkObjectC - various functions related to the MkObjectS … | |
| MkObjectC_Log_CS_API | |
| MkObjectC - log information to MkLogFileC (default: stderr) … | |
| MkObjectC_Dbg_CS_API | |
| MkObjectC - log a debugging-message to the MkLogFileC (default: stderr) … | |
| MkObjectC_Sys_CS_API | |
| MkObjectC - L)anguage A)bstraction L)ayer definition … | |
Classes | |
| class | csmkkernel.MkObjectC |
| MkObjectC - class known as obj or object is used as base-class type for a Programming-Language-Micro-Kernel (PLMK) class … More... | |
MkObjectC - class known as obj or object is used as base-class type for a Programming-Language-Micro-Kernel (PLMK) class …
csmkkernel is also called as Programming-Language-Micro-Kernel (PLMK). csmkkernel is like a programming-language without syntax but using the Target-Programming-Language (in our case C#) of the Micro-Kernel as runtime environment.
This integration is done using the managed-object-technology.
The managed object supports low level integration features descripted in MkObjectS :
In the implementation-layer of csmkkernel only the public-features of the MkObjectC are visible to the programmer.