找回密码
 立即注册
propertyStudioVisual编译器 | 程序非源代码 2021-06-14 271 0star收藏 版权: . 保留作者信息 . 禁止商业使用 . 禁止修改作品
ILViewer v2.0 (Visual Studio AddIn + Source),这是 Visual Studio 的加载项描述
他帮助我们查看为我们编写的 C# 或 VB.Net 代码生成的 MSIL(微软中级语言)。
预期用户
有兴趣学习的人——
编译器如何处理您的代码?
如何实现新的语言功能?
例子
C# 或 VB.Net 中“属性”的 MSIL 等价物是什么?
当您在 C# 中编写属性时,编译器会生成一些与之对应的方法。 尽管 .property 存在,但 get_property 和 set_property 方法是工作方法


(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)


1623654790967.rar


上一篇:Debuggervisualizer+ILReader+ Dynamically Generated Code
下一篇:GMER v1.0.15.15472