首页
社区
课程
招聘
[下载]ILViewer v2.0 (Visual Studio AddIn + Source)
发表于: 2010-10-18 05:05 1328

[下载]ILViewer v2.0 (Visual Studio AddIn + Source)

2010-10-18 05:05
1328
ILViewer v2.0

This is an Add-in to Visual Studio

Description

his helps us to view the MSIL (Microsoft Intermediate Language) generated for C# or VB.Net code we write.

Expected Users

Those who are interested in studying -
How compiler is handling your code?
How new language  features are implemented?

Example

What 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 methods

blog

project

[课程]Android-CTF解题方法汇总!

上传的附件:
收藏
免费 0
支持
分享
最新回复 (0)
游客
登录 | 注册 方可回帖
返回
//