How can we help you today? How can we help you today?
wickyhu

Activity overview

Latest activity by wickyhu

Incorrect C# for event handler in interface type
Hi, For this simple class: public interface ITestInterface { event EventHandler Changed; } Reflector 7 decompiler shows: public interface ITestInterface { // Events abstract event EventHandler Chan...
1 follower 1 comment 0 votes
CTRL+F4 can't close opened assembly
Hi, In 6.5, I can easily close opened assembly by CTRL+F4. In 7.0, it will close tab, but even after I close all tabs, it won't close selected assembly. I suggest CTRL+F4 to close current selected ...
0 followers 0 comments 0 votes
Reflector 7 decompiler issue
Hi, Please take a look on these IL: 0 L_0000: ldarg.1 1 L_0001: dup 2 L_0002: brtrue 5 -> starg.s p0 3 L_0007: pop 4 L_0008: call System.String System.Environment::get_Curr...
2 followers 3 comments 0 votes
Reflector 7 Beta1 can't be closed
Hi, I just downloaded Reflector 7 beta1. It can't be closed after started. Always show error report: Could not find a part of the path "C:\Users\wicky\AppData\Local\Red Gate\.Net Reflector 7\Persis...
2 followers 2 comments 0 votes
Suggestion: Show internal error message if possible
Hello, Currently, .Net Reflector will show this remarks at the beginning of method if it's not completely decompiled: // This item is obfuscated and can not be translated. But we don't know what's ...
1 follower 1 comment 0 votes