Code bytes - byte representations of the actual machine or MSIL instructions.
代码字节 — 实际计算机或MSIL指令的字节表示形式.
互联网
Intermediate Language ( MSIL ) files, which the CLR then executes.
中间语言 ( msil ) 文件, 其中的CLR,然后执行.
互联网
MSIL is subsequently JIT - compiled, just before execution, into native machine code.
MSIL随后 恰好在执行前被实时(JIT)编译成本机代码.
互联网
Most notably, unlike mixed assemblies, pure MSIL assemblies don't enjoy full compatibility with unmanaged modules.
最值得注意的是, 纯MSIL程序集与混合程序集不同,它与非托管模块不完全兼容.
互联网
Metadata tokens are conceptually similar to pointers, persisted in MSIL, that reference a particular metadata table.
元数据标记在概念上和指针相似, 永久驻留在MSIL中, 引用特定的元数据表.
互联网
Furthermore, the generated MSIL and associated native code can be reclaimed when no longer needed.
另外, 生成的MSIL和关联的本机代码在不需要时可以回收.
互联网
At execution time, a just - in - time ( JIT ) compiler translates the MSIL into native code.
在执行时, 实时 ( JIT ) 编译器将MSIL翻译为本机代码.
互联网
Pure assemblies can call unmanaged functions, but be called by unmanaged functions.
纯MSIL程序集可以调用非托管函数, 但不能由非托管函数调用.
互联网