Download NDasm
Description
Visual Studio add-in that displays IL code for any managed method in your .Net solution. Helpful for studying .Net platform. For example now you can easily see what happens when you are declaring delegate type or how your cool lambda expression actually looks like.
Icons
Source Files
The download file ndasm.zip has the following entries.
.hgignore//from w w w . j a v a2 s. co m
.hgtags
NDasm.Addin/Guids.cs
NDasm.Addin/Helper.cs
NDasm.Addin/Key.snk
NDasm.Addin/NDasm.Addin.csproj
NDasm.Addin/NDasm.vsct
NDasm.Addin/NDasmPackage.cs
NDasm.Addin/PkgCmdID.cs
NDasm.Addin/Properties/AssemblyInfo.cs
NDasm.Addin/Resources.Designer.cs
NDasm.Addin/Resources.resx
NDasm.Addin/Resources/Package.ico
NDasm.Addin/Resources/ndasm.png
NDasm.Addin/UI/NDasmWindow.cs
NDasm.Addin/VSPackage.resx
NDasm.Addin/license.txt
NDasm.Addin/logo.png
NDasm.Addin/screenshot.png
NDasm.Addin/source.extension.vsixmanifest
NDasm.Core/CoreHelper.cs
NDasm.Core/Key.snk
NDasm.Core/NDasm.Core.csproj
NDasm.Core/Properties/AssemblyInfo.cs
NDasm.Core/Resources/assemblyGlyph.png
NDasm.Core/Resources/methodGlyph.png
NDasm.Core/Resources/typeGlyph.png
NDasm.Core/UI/Base/DelegateCommand.cs
NDasm.Core/UI/Base/HierarchicalViewModel.cs
NDasm.Core/UI/Base/ObservableObject.cs
NDasm.Core/UI/Base/ReflectionHelper.cs
NDasm.Core/UI/Base/SelectedItemChangedEventArgs.cs
NDasm.Core/UI/Base/ViewModel.cs
NDasm.Core/UI/DasmView.xaml
NDasm.Core/UI/DasmView.xaml.cs
NDasm.Core/UI/DasmViewModel.cs
NDasm.Core/UI/MethodDasm/InstructionViewModel.cs
NDasm.Core/UI/MethodDasm/MethodDasmView.xaml
NDasm.Core/UI/MethodDasm/MethodDasmView.xaml.cs
NDasm.Core/UI/MethodDasm/MethodDasmViewModel.cs
NDasm.Core/UI/MethodDasm/MethodView.xaml
NDasm.Core/UI/MethodDasm/MethodView.xaml.cs
NDasm.Core/UI/MethodDasm/MethodViewOptions.xaml
NDasm.Core/UI/MethodDasm/MethodViewOptions.xaml.cs
NDasm.Core/UI/Tree/AssemblyNodeViewModel.cs
NDasm.Core/UI/Tree/AssemblyTreeView.xaml
NDasm.Core/UI/Tree/AssemblyTreeView.xaml.cs
NDasm.Core/UI/Tree/AssemblyTreeViewModel.cs
NDasm.Core/UI/Tree/MemberNodeViewModel.cs
NDasm.Core/UI/Tree/MethodNodeViewModel.cs
NDasm.Core/UI/Tree/TypeNodeViewModel.cs
NDasm.Standalone/App.xaml
NDasm.Standalone/App.xaml.cs
NDasm.Standalone/MainWindow.xaml
NDasm.Standalone/MainWindow.xaml.cs
NDasm.Standalone/NDasm.Standalone.csproj
NDasm.Standalone/Properties/AssemblyInfo.cs
NDasm.Standalone/Properties/Resources.Designer.cs
NDasm.Standalone/Properties/Resources.resx
NDasm.Standalone/Properties/Settings.Designer.cs
NDasm.Standalone/Properties/Settings.settings
NDasm.sln
References/Mono.Cecil.dll
Todo.txt
license.txt
Download
Click the following link to download ndasm.zip.
ndasm.zipHome »
C# Free Code »
Development »
C# Free Code »
Development »