I wish to build a small debugger in C# that allows me to attach to another c# project and debug it.
I believe Microsoft has a dll that allows me to do this.
For example if I know the code in the target process then I can look for certain Classes and interrogate them etc and look at their member variables etc.
What is this Microsoft dll called??