I'm not sure this question makes sense, but so far it has been pretty hard to find the information.
My goal is to βattachβ a process to another that is already running. I am not trying to debug any of them, I just want to access the objects / context from the latter. I read about the ICorDebug interface, implemented an example with it (using DebugActiveProcess() ), but could not simulate what I want to achieve.
My goal is to start a process with a singleton instance in it and use that instance as context in the second process (I have assemblies and type of information for both).
This is my first question, please =)
source share