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# - Roxy file manager in MVC doesn't accept session path -

jsp - No mapping found for HTTP request with URI with annotation config Spring MVC and Jetty -

java - Ajax call to jsp and jsp redirecting to further jsp -