Click or drag to resize

AssemblyTypeLoaderGetAllTypesFromAssemblies Method

IT Hit User File System
Gets all types from all loaded assemblies in the current application domain.

Namespace:  ITHit.FileSystem.Windows
Assembly:  ITHit.FileSystem.Windows (in ITHit.FileSystem.Windows.dll) Version: 9.0.29527.0
Syntax
public static List<Type> GetAllTypesFromAssemblies()

Return Value

Type: ListType
A list of all types from all assemblies.
See Also