Click here to Skip to main content
15,885,546 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I have yet to see any tutorials showing how to do .NET Managed injection from a .NET process to another .NET process at runtime.
Is it possible?

Can anyone lead me in the right direction?
Posted
Comments
Sergey Alexandrovich Kryukov 1-Apr-14 10:02am    
Bad idea. The processes are isolated, for a good reason. Breaking this isolation is generally possible, but unsafe and inefficient. If the processes are not designed for some collaboration, of course.
May I ask you: why do you think you feel a need in such things? Perhaps, if you explain your ultimate goals, we could advise something practical?
—SA
Bebser 1-Apr-14 10:07am    
To protect my assembly and for testing simple without needing to recompile a project, but make it able to just attach a new process doing the test stuff I need.
Sergey Alexandrovich Kryukov 1-Apr-14 16:19pm    
It does not sound as a sufficient excuse for doing weird things. Also, it does not sound like an ultimate goal.

By the way, to talk to someone, you need to reply to someone's post. You commented on your own post, so I did not receive a notification. I noticed your answer only because I decided to check on it.

—SA
joshrduncan2012 1-Apr-14 17:29pm    
*thumbs up*
Sergey Alexandrovich Kryukov 1-Apr-14 17:51pm    
Thank you. :-)
Did you see my today's article yes. Please see until it's too late (you will understand why after you see it): http://www.codeproject.com/Articles/752137/Power-Over-IP-Testing-of-the-First...?
—SA

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900