sirp Posted October 17, 2010 Posted October 17, 2010 ILViewer v2.0This is an Add-in to Visual StudioDescriptionhis helps us to view the MSIL (Microsoft Intermediate Language) generated for C# or VB.Net code we write.Expected UsersThose who are interested in studying -How compiler is handling your code?How new language features are implemented? ExampleWhat is the MSIL equivalent for ‘property’ in C# or VB.Net?When you write a property in C#, compiler is generating some methods corresponding to it. Eventhough .property is there, the get_property and set_property methods are the working methodsblogprojectILViewer(2).rarILVIewer-74794.zip
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now