I\'m building a project. It\'s an application that users can add their extensions (DLL files) to. To manage an extension, I need to get its list of classes, functions, etc.
If you're talking about building an extensible application in C# that loads other assemblies and uses their contents for extending the application, then see Stack Overflow question System with plugins in C#.