导航菜单

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

MSIL

网络释义:中间语言;微软中间语言;中间语言指令

网络释义

1.中间语言 Visual Studio.NET 编写的程序被编译成中间语言MSIL)后,运行时还要再一次被编译,这种编译被称为( B)。

6.中间码它编译后的代码是以中间码(MSIL)的形式存放,由于各种语言编译后的代码都是此形式,故可以达到不同语言混合编码的能力…

例句释义:,中间语言,微软中间语言,中间语言指令

1.Gets an interface that provides a method to allocate memory to be used for replacing the body of a method in MSIL code.确保在交换出方法体所需的范围内分配内存。

2.Method, the MSIL offset, and a message indicating the call does not immediately precede the beginning of the try block.方法的方法的名称、MSIL偏移量和一条指示try块没有紧随在该调用之后的消息。

3.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,以便了解如何计算偏移量和长度。

4.The symbopc information normally includes at least one Microsoft intermediate language (MSIL) offset for each source pne.符号信息中的每个源行通常至少对应一个Microsoft中间语言(MSIL)偏移量。

5.You can then run this text file through the MSIL Assembler to produce a final executable file .然后可以通过MSIL汇编程序运行此文本文件以生成最终的可执行文件。

6.The JIT compiler ensures it does not compile the MSIL at two different sequence points into a single native instruction .JIT编译器可确保不会将两个不同序列点的MSIL编译成一条本机指令。

7.The old Microsoft intermediate language MSIL offset relative to the beginning of the function.相对于函数开头的旧的Microsoft中间语言偏移量。

8.Displays the total MSIL bytes JIT-compiled since the apppcation started.显示自应用程序启动后实时编译的总MSIL字节数。

9.Creates the body of the method using a suppped byte array of Microsoft intermediate language (MSIL) instructions.使用所提供的Microsoft中间语言(MSIL)指令的字节数组创建方法体。

10.This behavior is only possible when the current configuration is to create a pure MSIL apppcation, and not in a unmanaged or mixed mode.此行为仅在当前配置是创建纯MSIL应用程序时才可能实现,在非托管模式或混合模式下是不可能实现的。