|
Hi all:) Reflector Pro is really very nice tool!However I found that if I want to compile a class that is in a complicated dll file(I mean the file may be large with a lot of other classes that I don't need to compile……) 。 e.g: using (MemoryStream ms = new MemoryStream()) { ms.Write(new byte[] { 1, 2, 3 }, 0, 3); }
|
|
The next version of Reflector Pro (7.5) supports type-by-type decompilation inside Visual Studio, which will allow you to generate the code for just a single type. The current release version of Reflector Pro only does whole assembly decompilation though you could use the standalone version to generate a type at a time. |