P
Patrick Blackman
I have a program that search the application path for all the Dll that
implement a certain interface IText ,when a Dll with the interface is found
,I run a method called
IText.Format() which works very beautifully but then I would like to unload
the Dll after running the ITextFormat procedure. Any ideas about doing this?
I was told that it had something to do with creating a new AppDomain ...
Any help would be appreciated.
implement a certain interface IText ,when a Dll with the interface is found
,I run a method called
IText.Format() which works very beautifully but then I would like to unload
the Dll after running the ITextFormat procedure. Any ideas about doing this?
I was told that it had something to do with creating a new AppDomain ...
Any help would be appreciated.