Metodi di Reflection
             | 
          
Il tipo QSConnectionReflectionUtils espone i seguenti membri.
| Nome | Descrizione | |
|---|---|---|
| 
                 | 
              GetStaticProperty(String, String) | Retrieves a value from a static property by specifying a type full name and property | 
| 
                 | 
              GetStaticProperty(Type, String) | Returns a static property from a given type | 
| 
                 | 
              GetTypeFromName(String) | Overload for backwards compatibility which only tries to load assemblies that are already loaded in memory. | 
| 
                 | 
              GetTypeFromName(String, String) | Helper routine that looks up a type name and tries to retrieve the full type reference using GetType() and if not found looking in the actively executing assemblies and optionally loading the specified assembly name. | 
| 
                 | 
              LoadAssembly | Try to load an assembly into the application's app domain. Loads by name first then checks for filename |