I will like to see the value of some private variables of the Regex class located on System.dll. If curious why I will like to twick that class look at this question.
So I will have to decompile C:\Program Files (x86)\Reference Assemblies\Microsoft\Framework\.NETFramework\v4.0\Profile\Client\System.dll
I am able to decompile that with reflector:
Now my question is Is there a way of creating a solution of visual studio with all those classes. There are hundreds of classes in there and I do not want to go one by one placing them to my new project.
_index
get's set = 0 if the match fails. I will like to retrive it on the middle of the method. maybe I could do that from a different thread try to access it several times. that will be very unsafe lol – Rochellerochemont