ReflectionClassInfo Class
In This Article
Provides access to the metadata information of a class gathered via Reflection.
Namespace: DevExpress.Xpo.Metadata
Assembly: DevExpress.Xpo.v24.1.dll
NuGet Packages: DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap, DevExpress.Xpo
#Declaration
public class ReflectionClassInfo :
XPClassInfo
#Remarks
Note
When collecting metadata information for persistent classes, all the necessary code for constructor calls and accessors to public fields and properties is created using MSIL instructions (via reflection emit). This ensures that the Reflection
#Inheritance
Object
XPTypeInfo
XPClassInfo
ReflectionClassInfo
See Also