A
Alan Zhong
is it true that more than one process can be run within one appdomain?
if yes, how does it work (in code)?
i use AppDomain.CurrentDomain.ExecuteAssembly(....) twice in a row, the
second one executes after the first one... should i use threads?
thankx.
from alan.
if yes, how does it work (in code)?
i use AppDomain.CurrentDomain.ExecuteAssembly(....) twice in a row, the
second one executes after the first one... should i use threads?
thankx.
from alan.