![]() | Reflection |
The ReflectionExtensions type exposes the following members.
Name | Description | |
---|---|---|
![]() | EnumerateAllTypes(Assembly) | Gets all types in the assembly, including nested types. |
![]() | EnumerateAllTypes(DirectoryInfo) | Enumerates all types in all assemblies with .dll extension in the specified directory. |
![]() | EnumerateAllTypes(IEnumerableAssembly) | Gets all types in all assemblies, including nested types. |
![]() | EnumerateAllTypes(DirectoryInfo, String) | Enumerates all types in all assemblies in the specified directory. |
![]() | TryLoadAssembly | Tries to load the assembly from the specified file without generating exceptions. |
![]() | TryLoadAssemblyForReflectionOnly | Obsolete. Tries to load the assembly from the specified file without generating exceptions. |