c# - Call function from DLL -


It is well known that you can work in a DLL, referencing DLL and then your main performance Can call functional function I want to know that the reverse route is also possible? So I want to call a function in the main executable from DLL, without actual function which should be called without DLL. Reason: I'm working on a plugins system.

Yes, executables can be added as references in your project, you can use them in the same way On which you call functions from referenced DLS

Comments

Popular posts from this blog

c++ - Cmake produces file extensions in static library archives -

c# - Roxy file manager in MVC doesn't accept session path -

c# - Check if a NumericUpDown has no value -