The Application refnum method "All VIs In Memory" returns a list of VIs. This list includes the instance VIs created by Express VI nodes. This list includes private data controls of classes. It does not include the clones of reentrant VIs.
It would be nice to either add some parameters to this method or add some new methods to get some different behaviors, including:
"VIs In Memory That Actually Exist On Disk" -- would not include instance VIs or private data controls
"Really All VIs In Memory" -- would include the reentrant clones
These are the two I most commonly wish we had. There may be other commonly used variations that would be worth including.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.