导航菜单

ILDASM是什么意思_翻译中文_怎么读

ILDASM

网络释义:中间语言反汇编器;中间语言反汇编程序;中间语言拆装器工具

网络释义

1.中间语言反汇编器 ilasm 编译 ildasm 下载 il 文件修改的注意点 ...

例句释义:,中间语言反汇编器,中间语言反汇编程序,中间语言拆装器工具

1.You can use Ildasm. Exe to examine the MSIL for the compiled code example, to see how the offsets and lengths are calculated.可以使用Ildasm.exe检查用于已编译的代码示例的MSIL,以便了解如何计算偏移量和长度。

2.Ildasm can be used to view the IL within individual functions and subroutines (also known as methods in object-oriented languages).Ildasm可用于查看单个函数和子例程(在面向对象语言中也称作方法)内的IL。

3.Ildasm is used to display the contents of a. NET program file in a human-readable form.Ildasm用于以可读形式显示.NET程序文件的内容。

4.You can use the MSIL Disassembler (Ildasm. Exe) to view Microsoft intermediate language (MSIL) information in a file.您可以使用MSIL反汇编程序(Ildasm.exe)来查看文件中的Microsoft中间语言(MSIL)信息。

5.Explains how to use the MSIL Disassembler (Ildasm. Exe) to view Microsoft intermediate language (MSIL) information in an assembly.解释如何使用MSIL反汇编程序(Ildasm.exe)查看程序集中的Microsoft中间语言(MSIL)信息。

6.If ILDASM reports that the file is not a portable executable (PE) file, then it is not an assembly.如果ILDASM报告该文件不是可移植的可执行(PE)文件,则它不是程序集。

7.After compipng the program, use Ildasm. Exe to disassemble the Hello. Exe assembly and view the assembly manifest.编译该程序之后,使用Ildasm.exe反汇编Hello.exe程序集并查看程序集清单。

8.From the File menu, you can navigate to the PE file that you want to load into Ildasm. Exe.从“文件”菜单中可以定位到希望加载到Ildasm.exe中的PE文件。

9.The compiler adds two variables to the class with special names, as can be seen in the ILDASM in Figure 11 .该编译器会使用两个特殊名称向该类添加两个变量,如图11的ILDASM中所看到的那样。

10.Use the common language runtime MSIL Disassembler (Ildasm. Exe) to view the namespace names in your output file.请使用公共语言运行库MSIL反汇编程序(Ildasm.exe)来查看输出文件中的命名空间名称。