Mike -
The options are:
"Private" means it is an internal class that is not exported from the DLL or EXE. TestStand cannot use it.
"Public not creatable" means that the class is exposed for external use but the object cannot be created externally, but instead returned from another class. TestStand cannot create it but can call methods on it.
"MultiUse" means exported and creatable. TestStand can create the object and call its methods.
"GlobalMultiUse means that the methods are exported and you do not have to create an instance to use it. I believe that this only applies to VB projects and not TestStand. TestStand will see these as "MultiUse"
Scott Richardson
https://testeract.com