whilst debugging in Visual Studio
The .NET Reflector download now includes a 14-day free trial of .NET Reflector Pro.
.NET Reflector Pro is an add-in to Visual Studio that lets you step straight into the source code of any managed assembly, even when the source is not available.
Step 1
The new .NET Reflector menu in Visual Studio lets you choose the assemblies you want to decompile and debug.
Step 2
After you have picked the assemblies, .NET Reflector will decompile them, so that you can step through them in Visual Studio.
Step 3
You can now step into the decompiled assembly, set breakpoints, view and edit values, and step through the code, just like you would with your own code!
Try .NET Reflector Pro and step straight into the source code of any managed assembly, even if you don't have access to the source code.
Important note: .NET Reflector will automatically install the Visual Studio add-in. If you wish to uninstall the add-in, simply go to Tools > Integration Options and clear the Visual Studio integration checkboxes.
因篇幅问题不能全部显示,请点此查看更多更全内容