L
localhost
From a console app, I have created a seperate AppDomain with
"CreateInstanceAndUnwrap" and placed object instances inside it.
Now in a seperate class, instanced by the console app, I want to get
at the instance inside the AppDomain and execute a method.
How do I do that?
Thanks.
"CreateInstanceAndUnwrap" and placed object instances inside it.
Now in a seperate class, instanced by the console app, I want to get
at the instance inside the AppDomain and execute a method.
How do I do that?
Thanks.