Posts
Sort by recent activity
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...
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 ...
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...
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...
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 ...