Comments
1 comment
-
To see some C#, you need to have selected a namespace, type or method.
Check that the Disassembler Pane is shown - if you have selected an assembly, say mscorlib, then pressing space will display it. Then expand the tree view until you reach something more interesting - from mscorlib, you could expand to CommonLanguageRuntimeLibrary and then go to the namespace Microsoft.Runtime.Hosting. When you select that, some C# code will be displayed.
Add comment
Please sign in to leave a comment.
I am using reflector 6.5.0.135. I never used this tool before.
I do see some assembly attributes, like Assembly:AssemblyVersion xxxxx
For a C# exe, shouldn't i see a Main() method?
What am I missing?