Click or drag to resize

ReflectionExtensions Methods

The ReflectionExtensions type exposes the following members.

Methods
 NameDescription
Public Extension MethodEnumerateAllTypes(Assembly) Gets all types in the assembly, including nested types.
Public Extension MethodEnumerateAllTypes(DirectoryInfo) Enumerates all types in all assemblies with .dll extension in the specified directory.
Public Extension MethodEnumerateAllTypes(IEnumerableAssembly) Gets all types in all assemblies, including nested types.
Public Extension MethodEnumerateAllTypes(DirectoryInfo, String) Enumerates all types in all assemblies in the specified directory.
Public Extension MethodTryLoadAssembly Tries to load the assembly from the specified file without generating exceptions.
Public Extension MethodTryLoadAssemblyForReflectionOnlyObsolete.
Tries to load the assembly from the specified file without generating exceptions.
Top
See Also