Get a list of functions for a DLL

后端 未结 2 1855
情话喂你
情话喂你 2021-01-15 23:29

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.

2条回答
  •  醉话见心
    2021-01-16 00:06

    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#.

提交回复
热议问题