executing following deletion dll c#
i'm formulating self updating app where i have decrease formula seperate dll. it's management line eventually run mono. i'm only perplexing formula work c# windows during management line.
how i emanate c# concentration i mislay ancillary dll while the running?
appdomain domain = appdomain.createdomain("mydomain");
objecthandle instance = domain.createinstance( "versionupdater.core", "versionupdater.core.versioninfo");
object arrangement = instance.unwrap();
console.writeline(((icommand)unwrap).run());
appdomain.unload(domain);
console.readline();
at readline versionupdater.core.dll still sealed deletion
the icommand interface versionupdater.common.dll referenced both commandline app versionupdater.core.dll
Comments
Post a Comment