MEF Framework
-
Hi Guys, I want to add few files to already running application, with out Building application is this possible with any framework..Please let me know...
-
Hi Guys, I want to add few files to already running application, with out Building application is this possible with any framework..Please let me know...
-
Hi Guys, I want to add few files to already running application, with out Building application is this possible with any framework..Please let me know...
pravin_mun wrote:
few files
what is in those files? are they executable (EXE, DLL), source files (C#), or something else? You can load DLLs dynamically, call native code using P//Invoke and managed code using reflection. You can compile C# files at run-time, the necessary tools are part of the .NET framework. :)
Luc Pattyn [My Articles] Nil Volentibus Arduum iSad
-
Hi Guys, I want to add few files to already running application, with out Building application is this possible with any framework..Please let me know...
It could load plug-ins if you tell it how.