At run-time, I need to create a list of paths to each of the callees of my VI, including class member VI's.
For non-class-member VI's, I can simply use the Callees' Names property to get a list of VI names, open a reference to each VI, and get the VI Path property. However, class-member VI's (specifically dynamic-dispatch member VI's as I have no static dispatch VI's in this case) do not seem to appear in the Callees' Names property.
What is the best way to determine the path to a dynamic-dispatch member callee VI, or is this not possible?
Thanks.
Mark Moss
Message Edited by MarkMoss on 05-14-2007 10:56 AM