How can i pass some existing instance objects into a main method in c #? Or how i can initiate a reference to some existing objects (which are in another seperate runnig aplication) in my main method ?
In fact my question exactly is : how an application(main method) can gets some objects or references to them from another running application (main method) and do some changes on them , then return them back to the first application ? ( in c# ).
Thanks for your help