public void uninstall() { if (framework.IsUseAppDomain()) { unloadAppDomain(); } framework.uninstall(this); this.removeAllRefAssembly(); }
public void uninstall() { framework.uninstall(this); bundleAssembly = null; unloadAssemblyLoadContext(); }