MSIL

  • 网络中间语言;微软中间语言;中间语言指令

MSILMSIL

MSIL

中间语言

中间语言 (MSIL) 是一种语言,是许多编译器(C#、VB.NET等)的输出。ILDasm (中间语言反汇编器)程序和.Net Framework S…

微软中间语言

这种语言称为微软中间语言MSIL),它是独立于CPU的。因此在代码可执行之前,它还必须在通用语言运行环境(CLR)下 …

中间语言指令

组成代码的 Microsoft 中间语言指令 (MSIL)。许多 MSIL 指令带有元数据标记。

玛鲁蒂铃木印度公司(Maruti Suzuki India Ltd)

印商Maruti Suzuki India Ltd(MSIL)为印度最大之汽车制造厂商,年营业额80亿美元,年产量达120万辆, 其中20%供外销,主 …

编译成中间语言

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

中间码

它编译后的代码是以中间码(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 symbolic information normally includes at least one Microsoft intermediate language (MSIL) offset for each source line. 符号信息中的每个源行通常至少对应一个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 application started. 显示自应用程序启动后实时编译的总MSIL字节数。
9
Creates the body of the method using a supplied 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 application, and not in a unmanaged or mixed mode. 此行为仅在当前配置是创建纯MSIL应用程序时才可能实现,在非托管模式或混合模式下是不可能实现的。
11
These mixed libraries allow you to use all of their existing functions when your code contains a mixture of native code and MSIL-based. 代码时,这些混合库允许您使用它们所有的现有函数。
12
How the MSIL for a generic type is used differs based on whether or not the supplied type parameter is a value or reference type. 泛型类型的MSIL的使用因所提供的类型参数是值类型还是引用类型而不同。
13
Provides access to the metadata and MSIL for the body of a method. 提供对用于方法体的元数据和MSIL的访问。
14
The name of the Microsoft intermediate language (MSIL) instruction. Microsoft中间语言(MSIL)指令的名称。
15
The runtime uses a just-in-time (JIT) compiler to convert the MSIL instructions to native machine code one method at a time as needed. 运行时根据需要使用实时(JIT)编译器将MSIL指令转换为本机代码,每次转换一个方法。
16
You can run the resulting executable, which contains MSIL and the required metadata, to determine whether the MSIL performs as expected. 可以运行结果可执行文件(该文件包含MSIL和所需的元数据)以确定MSIL是否按预期执行。
17
When dynamic methods are executed, the just-in-time (JIT) compiler is called to convert the MSIL to native code. 执行动态方法时,会调用实时(JIT)编译器将MSIL转换为本机代码。
18
Each row of each metadata table is uniquely identified in the MSIL portion of the PE file by a metadata token. 元数据标记在PE文件的MSIL部分中唯一确定每个元数据表的每一行。
19
Specifies that the method implementation is in Microsoft intermediate language (MSIL). 指定此方法实现是用Microsoft中间语言(MSIL)编写的。
20
A token that can be embedded in the MSIL stream for the associated dynamic method, as the target of an MSIL instruction. 一个标记,可以嵌入关联动态方法的MSIL流中,作为MSIL指令的目标。
21
The runtime updates its metadata tables, places the new MSIL into the process, and sets up a just-in-time (JIT) compilation of the new MSIL. 运行时将更新其元数据表、将新MSIL置于进程中并设置对新MSIL的实时(JIT)编译。
22
Import a few parameters as System. Array types by manually editing the MSIL, as the following example shows. 通过手动编辑MSIL将一些参数导入为System.Array类型,如下面的示例所示。
23
An MSIL output file without an assembly manifest is called a module. 不具有程序集清单的MSIL输出文件称为模块。
24
Note Intermediate Language is sometimes called Microsoft Intermediate Language (MSIL) or Common Intermediate Language (CIL). 注中间语言有时也称为Microsoft中间语言(MSIL)或公共中间语言(CIL)。
25
Specifies that only the Microsoft intermediate language MSIL in the executable file should be validated. 指定应仅验证可执行文件中的Microsoft中间语言。
26
The flow control characteristics of the Microsoft intermediate language (MSIL) instruction. Microsoft中间语言(MSIL)指令的流控制特性。
27
This failure can occur if the MSIL cannot be verified or if there is an internal error in the JIT compiler. 如果不能验证MSIL或者如果在JIT编译器中存在内部错误,则可能出现该失败。
28
How the Microsoft intermediate language (MSIL) instruction pushes operand onto the stack. Microsoft中间语言(MSIL)指令将操作数推到堆栈上的方式。
29
Mixed assemblies are capable of containing both unmanaged machine instructions and MSIL instructions. 混合程序集能够同时包含非托管计算机指令和MSIL指令。
30
How the Microsoft intermediate language (MSIL) instruction pops the stack. Microsoft中间语言(MSIL)指令弹出堆栈的方式。