Is there a way to determine what data is present inside a class definition? I'd like to do something similar to how you can iterate through items in a cluster by using a reference, but do this in a generic way that takes in to account the dynamic, inheritable nature of the LV Class. Ideally I'd like a VI that took a base LabVIEW Object and returned the available fields and data types present. I tried doing this using flatten-to-XML, but for a class constant, the XML contains no useful information.