LabVIEW should have a VI which accepts a path to a class and returns a 1D array of the names of all the classes it inherits from, similar to how the Call Chain primitive returns an array of the calling VIs. It should do this without loading it into memory (which can be very expensive).
This can be useful for determining whether a class inherits from another class without having to load it. See this thread for an example.
Additionally, there should probably also be a similar VI which accepts the class instead of a path, just for symmetry.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.