单词 | MSIL | ||||||||||||
释义 | 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. 确保在交换出方法体所需的范围内分配内存。 msdn2.microsoft.com 2. Method, the MSIL offset, and a message indicating the call does not immediately precede the beginning of the try block. 方法的方法的名称、MSIL偏移量和一条指示try块没有紧随在该调用之后的消息。 msdn2.microsoft.com 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,以便了解如何计算偏移量和长度。 msdn2.microsoft.com 4. The symbolic information normally includes at least one Microsoft intermediate language (MSIL) offset for each source line. 符号信息中的每个源行通常至少对应一个Microsoft中间语言(MSIL)偏移量。 msdn2.microsoft.com 5. You can then run this text file through the MSIL Assembler to produce a final executable file . 然后可以通过MSIL汇编程序运行此文本文件以生成最终的可执行文件。 www.bing.com 6. The JIT compiler ensures it does not compile the MSIL at two different sequence points into a single native instruction . JIT编译器可确保不会将两个不同序列点的MSIL编译成一条本机指令。 www.bing.com 7. The old Microsoft intermediate language MSIL offset relative to the beginning of the function. 相对于函数开头的旧的Microsoft中间语言偏移量。 msdn2.microsoft.com 8. Displays the total MSIL bytes JIT-compiled since the application started. 显示自应用程序启动后实时编译的总MSIL字节数。 technet.microsoft.com 9. Creates the body of the method using a supplied byte array of Microsoft intermediate language (MSIL) instructions. 使用所提供的Microsoft中间语言(MSIL)指令的字节数组创建方法体。 msdn2.microsoft.com 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应用程序时才可能实现,在非托管模式或混合模式下是不可能实现的。 msdn2.microsoft.com 1. These mixed libraries allow you to use all of their existing functions when your code contains a mixture of native code and MSIL-based. 代码时,这些混合库允许您使用它们所有的现有函数。 msdn2.microsoft.com 2. 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的使用因所提供的类型参数是值类型还是引用类型而不同。 msdn2.microsoft.com 3. Provides access to the metadata and MSIL for the body of a method. 提供对用于方法体的元数据和MSIL的访问。 msdn2.microsoft.com 4. The name of the Microsoft intermediate language (MSIL) instruction. Microsoft中间语言(MSIL)指令的名称。 msdn2.microsoft.com 5. 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指令转换为本机代码,每次转换一个方法。 technet.microsoft.com 6. You can run the resulting executable, which contains MSIL and the required metadata, to determine whether the MSIL performs as expected. 可以运行结果可执行文件(该文件包含MSIL和所需的元数据)以确定MSIL是否按预期执行。 msdn2.microsoft.com 7. When dynamic methods are executed, the just-in-time (JIT) compiler is called to convert the MSIL to native code. 执行动态方法时,会调用实时(JIT)编译器将MSIL转换为本机代码。 msdn2.microsoft.com 8. Each row of each metadata table is uniquely identified in the MSIL portion of the PE file by a metadata token. 元数据标记在PE文件的MSIL部分中唯一确定每个元数据表的每一行。 technet.microsoft.com 9. Specifies that the method implementation is in Microsoft intermediate language (MSIL). 指定此方法实现是用Microsoft中间语言(MSIL)编写的。 msdn2.microsoft.com 10. A token that can be embedded in the MSIL stream for the associated dynamic method, as the target of an MSIL instruction. 一个标记,可以嵌入关联动态方法的MSIL流中,作为MSIL指令的目标。 msdn2.microsoft.com 1. 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)编译。 technet.microsoft.com 2. Import a few parameters as System. Array types by manually editing the MSIL, as the following example shows. 通过手动编辑MSIL将一些参数导入为System.Array类型,如下面的示例所示。 msdn2.microsoft.com 3. An MSIL output file without an assembly manifest is called a module. 不具有程序集清单的MSIL输出文件称为模块。 msdn2.microsoft.com 4. Note Intermediate Language is sometimes called Microsoft Intermediate Language (MSIL) or Common Intermediate Language (CIL). 注中间语言有时也称为Microsoft中间语言(MSIL)或公共中间语言(CIL)。 msdn2.microsoft.com 5. Specifies that only the Microsoft intermediate language MSIL in the executable file should be validated. 指定应仅验证可执行文件中的Microsoft中间语言。 msdn2.microsoft.com 6. The flow control characteristics of the Microsoft intermediate language (MSIL) instruction. Microsoft中间语言(MSIL)指令的流控制特性。 msdn2.microsoft.com 7. This failure can occur if the MSIL cannot be verified or if there is an internal error in the JIT compiler. 如果不能验证MSIL或者如果在JIT编译器中存在内部错误,则可能出现该失败。 msdn2.microsoft.com 8. How the Microsoft intermediate language (MSIL) instruction pushes operand onto the stack. Microsoft中间语言(MSIL)指令将操作数推到堆栈上的方式。 msdn2.microsoft.com 9. Mixed assemblies are capable of containing both unmanaged machine instructions and MSIL instructions. 混合程序集能够同时包含非托管计算机指令和MSIL指令。 technet.microsoft.com 10. How the Microsoft intermediate language (MSIL) instruction pops the stack. Microsoft中间语言(MSIL)指令弹出堆栈的方式。 msdn2.microsoft.com 1. When moving from native to MSIL, you will notice an increase in the size of your working set. 当从本机语言向MSIL迁移时,您将注意到工作集的大小增加了。 msdn2.microsoft.com 2. The . NET Framework uses its Microsoft intermediate language (MSIL) layer and common language runtime (CLR) to provide the unifying glue. NET框架使用微软的中间语言(MSIL)层和公共语言运行时(CLR)来提供统一的粘合。 blog.163.com 3. JIT compilation converts MSIL to native code on demand at application run time, when the contents of an assembly are loaded and executed. 在应用程序运行时,JIT编译可以在加载和执行程序集内容的过程中根据需要将MSIL转换为本机代码。 msdn2.microsoft.com 4. You can use the MSIL Disassembler (Ildasm. Exe) to view Microsoft intermediate language (MSIL) information in a file. 您可以使用MSIL反汇编程序(Ildasm.exe)来查看文件中的Microsoft中间语言(MSIL)信息。 msdn2.microsoft.com 5. Describes how metadata is stored separately from Microsoft intermediate language (MSIL) in a PE file. 描述如何在PE文件中独立于Microsoft中间语言(MSIL)存储元数据。 msdn2.microsoft.com 6. Working with exception-handling clauses requires a thorough understanding of metadata and MSIL instruction formats. 使用异常处理子句需要对元数据和MSIL指令格式有彻底的理解。 msdn2.microsoft.com 7. Performs MSIL type safety verification checks and metadata validation checks on a specified assembly. 在指定的程序集上执行MSIL类型安全验证检查和元数据验证检查。 msdn2.microsoft.com 8. The operand type of an Microsoft intermediate language (MSIL) instruction. Microsoft中间语言(MSIL)指令的操作数类型。 msdn2.microsoft.com 9. A token that can be used as the operand of an MSIL instruction that requires a string, in the scope of the current. 对象的范围内的一个标记,可用作需要一个字符串的MSIL指令的操作数。 msdn2.microsoft.com 10. Metadata tokens are conceptually similar to pointers, persisted in MSIL, that reference a particular metadata table. 元数据标记在概念上和指针相似,永久驻留在MSIL中,引用特定的元数据表。 technet.microsoft.com 1. The JIT reads in the MSIL and begins to perform optimizations that are very sensitive to changes in the MSIL. JIT读取MSIL并开始执行优化,这些优化对MSIL中的变化很敏感。 www.cnblogs.com 2. Explains how to use the MSIL Disassembler (Ildasm. Exe) to view Microsoft intermediate language (MSIL) information in an assembly. 解释如何使用MSIL反汇编程序(Ildasm.exe)查看程序集中的Microsoft中间语言(MSIL)信息。 msdn2.microsoft.com 3. The MSIL Assembler generates a portable executable (PE) file from Microsoft intermediate language (MSIL). MSIL汇编程序从Microsoft中间语言(MSIL)生成可移植可执行的(PE)文件。 msdn2.microsoft.com 4. Object that provides access to the MSIL stream, local variables, and exceptions for the current method. 对象,该对象提供对MSIL流、局部变量和当前方法的异常的访问。 msdn2.microsoft.com 5. Attempts to allocate a specified amount of memory for a new MSIL function body. 尝试为新的MSIL函数体分配指定的内存量。 technet.microsoft.com 6. The following command performs metadata validation checks and MSIL type safety verification checks for methods implemented in the assembly. 程序集中实现的方法执行元数据验证检查和MSIL类型安全验证检查。 msdn2.microsoft.com 7. Object to work with metadata tokens and scopes that allow sophisticated clients to perform their own MSIL generation. 对象处理元数据标记和允许复杂客户端执行自己的MSIL生成的范围。 msdn2.microsoft.com 8. The RVA column allows the runtime to calculate the starting memory address of the MSIL that defines this method. RVA列允许运行库计算定义该方法的MSIL的起始内存地址。 msdn2.microsoft.com 9. Applications that use ATL or MFC are not good candidates for migration to pure MSIL, as these libraries are not supported in this release. 使用ATL或MFC的应用程序并不适合迁移到纯MSIL,因为此版本不支持这些库。 technet.microsoft.com 10. Object, with the specified MSIL stream size, that can be used to build a method body for this constructor. 对象,它可以用来生成此构造函数的方法体。 msdn2.microsoft.com 1. This file consists of metadata declaration directives and symbolic MSIL instructions. 该文件包含元数据声明指令和符号化MSIL指令。 msdn2.microsoft.com 2. The MSIL portion contains MSIL and metadata tokens that reference the metadata portion of the PE file. MSIL部分包含MSIL和引用PE文件元数据部分的元数据标记。 msdn2.microsoft.com 3. Objects that provide detailed information about the types, methods, and fields accessed by the MSIL in the method body. 对象,这些对象提供有关方法体中通过MSIL访问的类型、方法和字段的详细信息。 msdn2.microsoft.com 4. The JIT compiler continues to process MSIL at the new address until it encounters another metadata token and the process is repeated. JIT编译器继续在新地址处理MSIL,直到它遇到另一个元数据标记,之后,重复该过程。 msdn2.microsoft.com 5. The name of the MSIL instruction. MSIL指令的名称。 msdn2.microsoft.com 6. It performs the conversion from MSIL to native code before rather than while running the application. 它在应用程序运行之前而不是运行过程中执行从MSIL到本机代码的转换。 msdn2.microsoft.com 7. Object that can be used to generate a method body from metadata tokens, scopes, and MSIL streams. 对象,可用于从元数据标记、范围和MSIL流生成方法体。 msdn2.microsoft.com 8. The type of Microsoft intermediate language (MSIL) instruction. Microsoft中间语言(MSIL)指令的类型。 msdn2.microsoft.com 9. The Microsoft intermediate language instructions (MSIL) that make up your code. 组成代码的Microsoft中间语言指令(MSIL)。 msdn2.microsoft.com 10. If the COM function requires a null (Nothing) parameter, you can alter the signature by editing the MSIL. 如果COM函数需要空(Nothing)参数,可以通过编辑MSIL来改变签名。 msdn2.microsoft.com 1. It is important to understand that obfuscation is a process that is applied to compiled MSIL code, not source code. 模糊处理这一过程应用于已编译的MSIL代码而不是应用于源代码,理解这一点十分重要。 msdn2.microsoft.com 2. Option, as the migration path from unmanaged code to pure MSIL is not a direct one. For unmanaged code, see. 选项将被迁移的代码编译为混合程序集,因为从非托管代码迁移到纯MSIL的路径不是直接路径。 msdn2.microsoft.com 3. And MSIL modules to the linker for the fastest possible build performance. 以获得尽可能快的生成性能。 msdn2.microsoft.com 4. Returns an MSIL generator that can be used to emit a body for the dynamic method. 返回一个MSIL生成器,该生成器可用于发出动态方法的方法体。 msdn2.microsoft.com 5. Returns an MSIL generator for the method with the specified MSIL stream size. 使用指定的MSIL流大小为此方法返回一个MSIL生成器。 msdn2.microsoft.com 6. Most notably, unlike mixed assemblies, pure MSIL assemblies don't enjoy full compatibility with unmanaged modules. 最值得注意的是,纯MSIL程序集与混合程序集不同,它与非托管模块不完全兼容。 technet.microsoft.com 7. When a compiler produces MSIL, it also produces metadata. 当编译器产生MSIL时,它也产生元数据。 msdn2.microsoft.com 8. True, the emitted MSIL includes initialization of local variables. 则发出的MSIL将包括对局部变量的初始化。 msdn2.microsoft.com 9. This is typically checked when Microsoft Intermediate Language (MSIL) instructions are converted to native code, not at run time. 这通常是在将Microsoft中间语言(MSIL)指令转换为本机代码时而不是在运行时检查。 msdn2.microsoft.com 10. Returns the MSIL for the method body, as an array of bytes. 以字节数组的形式返回用于方法体的MSIL。 msdn2.microsoft.com 1. The optimizations done on MSIL code are a large subset of those done on unmanaged code. 对MSIL代码的优化是对非托管代码进行优化的一个大子集。 www.cnblogs.com 2. The MSIL Assembler helps tool vendors design and implement MSIL generators. MSIL汇编程序有助于工具供应商设计和实现MSIL生成器。 msdn2.microsoft.com 3. For more information about verification, see Compiling MSIL to Native Code. 有关验证的更多信息,请参见将MSIL编译为本机代码。 msdn2.microsoft.com 4. For instructions on customizing MSIL, see Editing An Interop Assembly. 有关自定义MSIL的说明,请参见编辑Interop程序集。 msdn2.microsoft.com 5. Native images require more hard disk space than MSIL assemblies and may require considerable time to generate. 本机映像需要占用比MSIL程序集更大的硬盘空间,并且可能需要相当长的时间才能生成。 msdn2.microsoft.com 6. The common language runtime includes a JIT compiler for converting MSIL to native code. 公共语言运行库包括用于将MSIL转换为本机代码的JIT编译器。 msdn2.microsoft.com 7. Since PostSharp works at MSIL level, it supports virtually all static languages targeting the . NET Framework. 因此PostSharp工作在MSIL层,它实际上支持所有.NETFramework的静态语言。 www.infoq.com 8. Use the common language runtime MSIL Disassembler (Ildasm. Exe) to view the namespace names in your output file. 请使用公共语言运行库MSIL反汇编程序(Ildasm.exe)来查看输出文件中的命名空间名称。 msdn2.microsoft.com 9. A token that can be embedded in the metadata and the MSIL stream for the associated dynamic method. 一个标记,该标记可嵌入关联动态方法的元数据和MSIL流中。 msdn2.microsoft.com 10. A binary converter that transforms Java-language bytecode into MSIL. 将Java语言字节码转换为MSIL的二进制转换器。 msdn2.microsoft.com 1. Even without understanding MSIL, you can clearly see what is going on here. 即使不理解的MSIL,你可以清楚地看到这里发生了什么。 www.haogongju.net 2. Other Visual Studio compilers produce pure MSIL modules by default. 默认情况下,其他VisualStudio编译器均生成纯MSIL模块。 msdn2.microsoft.com 3. This is typically checked when the Microsoft Intermediate Language (MSIL) instruction is converted to native code, not at runtime. 此异常通常是在将Microsoft中间语言(MSIL)指令转换为本机代码时而不是在运行时进行检测。 msdn2.microsoft.com 4. The MSIL instruction to be put onto the stream. 要放到流上的MSIL指令。 msdn2.microsoft.com 5. Refusing SkipVerification ensures that the MSIL is verified. 拒绝SkipVerification可确保MSIL经过了验证。 msdn2.microsoft.com 6. Mark a position in the MSIL stream with a label. 用标签标记MSIL流中的位置。 msdn2.microsoft.com 7. Demonstrates the use of reflection in a pure MSIL application. 演示如何在纯MSIL应用程序中使用反射。 msdn2.microsoft.com 8. The runtime just-in-time compiler translates instructions in MSIL to native code. 实时运行库编译器将MSIL中的说明翻译为本机代码。 msdn2.microsoft.com 9. To implement generics, the CLR and the MSIL language undergo some changes. 为了实现泛型,CLR和MSIL语言经历了一些修改。 dictsearch.appspot.com 10. Double-click the MANIFEST icon in the MSIL Disassembler window. 在MSILDisassembler窗口中双击MANIFEST图标。 msdn2.microsoft.com 1. The operand type of an MSIL instruction. MSIL指令的操作数类型。 msdn2.microsoft.com 2. When you compile a generic class, MSIL contains placeholders for each parameterized type. 当你编译泛型类时,MSIL为每个参数化的类型包含了占位符。 dictsearch.appspot.com 3. Labels correspond to specific locations in the MSIL code. 标签对应于MSIL代码中的特定位置。 msdn2.microsoft.com 4. The MSIL in Figure 2 does not offer any hints about the performance difference. 中的MSIL没有提供有关性能差异的任何提示。 www.cnblogs.com 5. The size of the MSIL instruction. MSIL指令的大小。 msdn2.microsoft.com 6. Explains how to create executable code by emitting MSIL instructions into properties and methods. 说明如何藉由将MSIL指令发出到属性和方法中,以建立可执行的程式码。 technet.microsoft.com 7. The size of the MSIL stream, in bytes. MSIL流的大小,以字节为单位。 msdn2.microsoft.com 8. With Visual C 2005, the compiler can perform a large subset of the standard native code optimizations on MSIL code. 在VisualC 2005中,编译器可以对MSIL代码执行标准本机代码优化很大的子集。 www.cnblogs.com 9. An MSIL module is not allowed as input to lib. Exe. 不允许将MSIL模块作为lib.exe的输入。 msdn2.microsoft.com 10. To create instances of other types, call methods, and so on, the MSIL you generate must include tokens for those entities. 若要创建其他类型的实例、调用方法等等,您所生成的MSIL必须包含这些实体的标记。 msdn2.microsoft.com 1. The compiler creates an file that contain MSIL. 编译器将创建一个包含MSIL的文件。 bbs.translators.com.cn 2. Create a text file from the imported assembly by using the MSIL Disassembler (Ildasm. Exe). 使用MSIL反汇编程序(Ildasm.exe)从导入的程序集中创建一个文本文件。 msdn2.microsoft.com 3. You can adjust the parameter by editing the MSIL. 可以通过编辑MSIL来调整该参数。 msdn2.microsoft.com 4. The way the MSIL instruction pushes operand onto the stack. MSIL指令将操作数推到堆栈上的方式。 msdn2.microsoft.com 5. (For more information on MSIL, see Compiling to MSIL). 有关MSIL的更多信息,请参见编译为MSIL。 msdn2.microsoft.com 6. For more information about the grammar of MSIL, see the asmparse. Grammar file in the. NET Framework SDK. 有关MSIL的语法的更多信息,请参见.NETFrameworkSDK中的asmparse.grammar文件。 msdn2.microsoft.com 7. You can examine these generated files with tools such as MSIL Disassembler (Ildasm. Exe). 可以使用MSIL反汇编程序(Ildasm.exe)这样的工具检查这些生成的文件。 msdn2.microsoft.com 8. Tool to generate an MSIL file. 工具生成MSIL文件。 msdn2.microsoft.com 9. It can generate binary code, but it can also write MSIL assemblies. 它能生成二进制代码,也能输出MSIL程序集。 www.infoq.com 10. The state of the MSIL stack at this point must be as follows MSIL堆栈此时的状态必须如下 msdn2.microsoft.com 1. Before code can be run, MSIL must be converted to CPU-specific code, usually by a 要使代码可运行,必须先将MSIL转换为特定于CPU的代码,这通常是通过 msdn2.microsoft.com 2. This message can be ignored, but to improve linker performance with MSIL linking, explicitly specify 此消息可忽略,但要通过MSIL链接提高链接器性能,请显式指定 msdn2.microsoft.com 3. When performing MSIL linking, and if you do not also specify 当执行MSIL链接时,如果未同时指定 msdn2.microsoft.com 4. Performs MSIL type safety verification checks for methods implemented in the assembly specified by 指定的程序集中实现的方法执行MSIL类型安全验证检查。除非指定 msdn2.microsoft.com 5. If imperative permission set actions are found in the method MSIL trace, then the following update algorithm is run for each assembly 如果在方法MSIL跟踪中找到命令性权限集操作,则将对各个程序集运行以下更新算法 msdn2.microsoft.com 6. Emitting MSIL Instructions with Reflection Emit 用反射发出发出MSIL指令 msdn2.microsoft.com 7. And stores the resulting MSIL Assembler text in the file 文件进行反汇编,并将结果MSIL汇编程序文本存储在 msdn2.microsoft.com 8. Class allows developers to write their own MSIL generators instead of using 类允许开发人员编写自己的MSIL生成器,而不是使用 msdn2.microsoft.com 9. For details about how to modify MSIL code, see 有关如何修改MSIL代码的详细信息,请参见 msdn2.microsoft.com |
||||||||||||
随便看 |
|
英汉双解词典包含2704715条英汉词条,基本涵盖了全部常用单词的翻译及用法,是英语学习的有利工具。