Cross-appDomain access to Console.Out
问题 I need to read standart output from application (Core.exe) that runs in the same process but in different appDomain. It's quite easy to redirect output when one deals with process but the appDomains concept is new to me. So.. I start application in isolataed appDomain like that new HostedApp("core", "Core.exe").Run(); class HostedApp { internal string DomainName; internal string AssemblyName; internal AppDomain Ad; internal Thread AppThrd; public HostedApp(string a_domain, string a