Sub chapter pages: Introduction to ACDK Metainfo
Introduction to ACDK Metainfo.
How to use Metainfo
How to create Metainfo for C++ classes and Scripting ACDK classes, like CfgScript COM objects, etc.
ACDK ClassLoader
Through the build in Metainformation of ACDK classes can be loacated
and loaded by name.
Serialization of ACDK Objects
The metainfo of ACDK can be used to serialize ACDK Objects
to a stream, XML file or other formats.
Reflection of ACDK Objects
Reflection is the ability to get information about the construction
of an Object at runtime. ACDK supports Refection in the Java like manner.
Metainfo Attributes
One of the most interessting features of C# are
Attributes, which works like a Compiler-Plugin
interface. It can be used to implement some sort
of Aspect-Programming features.
Mechanism of Metainfo
How the Metainfo is build in to ACDK
|