class ManagedAssemblyInfo

Inherits: IReflectable

Contains information about all managed serializable objects in a specific managed assembly.

Object is considered serializable if it has the SerializeObject attribute.

Public

Methods

staticGetRttiStatic

static RTTIType *GetRttiStatic()

GetRtti

RTTIType *GetRtti() const override

Returns an interface you can use to access class' Run Time Type Information.

Fields

Name

String Name

TypeNameToId

UnorderedMap<String, u32> TypeNameToId

ObjectInfos

UnorderedMap<u32, SPtr<ManagedObjectInfo>> ObjectInfos