this is a strange question. i can load 15 Dll’s from plugins directory. But i have basePluginToRunothers.DLL which task execute other 14 dlls. My Starter dll is basePluginToRunothers.DLL. How to run other dlls by using basePluginToRunothers.DLL in AppDomain.CurrentDomain?

How to use abc.dll,xyz.dll, klm.dll by using basePluginToRunothers.DLL which has RUN method?
NOTE: ican load all dlls. other dlls will be execute over basePluginToRunothers’run method.
1 Answer