Click or drag to resize

Metodi di ReflectionUtils

Il tipo QSConnectionReflectionUtils espone i seguenti membri.

Metodi
  Nome Descrizione
Metodo pubblico Membro statico GetStaticProperty(String, String) Retrieves a value from a static property by specifying a type full name and property
Metodo pubblico Membro statico GetStaticProperty(Type, String) Returns a static property from a given type
Metodo pubblico Membro statico GetTypeFromName(String) Overload for backwards compatibility which only tries to load assemblies that are already loaded in memory.
Metodo pubblico Membro statico 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.
Metodo pubblico Membro statico LoadAssembly Try to load an assembly into the application's app domain. Loads by name first then checks for filename
Torna su
Vedi anche