Skip to content

Reflection documentation

Peder Holt edited this page Oct 23, 2022 · 1 revision

The purpose of the Reflection library is to expose information about your data structures at runtime.

  • The information is made available in the ITypeLibrary.
  • The information about one specific class is stored in IType.
  • Registering a class or struct is done using Class
  • Registering an enum or enum class is done using Enum
Clone this wiki locally