login | about | faq

If you have any feedback from our EAP, we've created a UserVoice forum especially for you! Check it out, and let us know what you think of the latest Early Access build.

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); }

When I degug and use VSPro version to debug Write,I have to compile the whole mscorlib.dll。Hope that you can only let it compile "MemoryStream" class instead of wholly compiling.
Reguards!

asked Feb 03 at 02:54

maledong's gravatar image

maledong
11

edited Feb 03 at 05:39


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.

answered Feb 03 at 10:42

Clive's gravatar image

Clive ♦♦
1.1k5

Your answer
toggle preview

Follow this question


By Email:

Once you sign in you will be able to subscribe for any updates here


By RSS:

Answers

Answers and Comments

Formatting your answer

  • *Italic*
  • **Bold**
  • ***Bold Italic***
  • Link: [text](http://url.com/ "title")
  • Paragraph: Two line breaks
  • Bulleted list: Paragraph then start line with *
  • Numbered list: Paragraph then start line with 1.
  • Blockquote: Paragraph then start with with >
  • Basic HTML tags are also supported

Asked: Feb 03 at 02:54

Seen: 141 times

Last updated: Feb 03 at 10:42

 

Tags:

×1

Related questions