영어에서 Microsoft intermediate 을 사용하는 예와 한국어로 번역
{-}
-
Colloquial
-
Ecclesiastic
-
Ecclesiastic
-
Programming
-
Computer
Microsoft Intermediate Language.
This was formerly called Microsoft Intermediate Language(MSIL).
SymbolStore namespace providesclasses that allow you to read and write debug symbol information, such as source line to Microsoft intermediate language(MSIL) maps.
For example, C and Microsoft Intermediate Language used in. NET(MSIL) allow this.
All. Net source code is compiled to MSIL(Microsoft intermediate language).
Provides support for alternative ways to generate the Microsoft intermediate language(MSIL) and metadata for a dynamic method, including methods for creating tokens and for inserting the code, exception handling, and local variable signature blobs.
Compilation in C• Compilation of source code to MSIL(Microsoft intermediate language).
Of IL Bytes JITted Displays the total number of Microsoft intermediate language(MSIL) bytes compiled by the just-in-time(JIT) compiler since the application started.
When compiling the source code to managed code,the compiler translates the source into Microsoft intermediate language(MSIL).
Describes the operand type of Microsoft intermediate language(MSIL) instruction.
When you compile any Xamarin platform application,the Mono C(or F) compiler will run and will compile your C and F code into Microsoft Intermediate Language(MSIL).
Compiling translates your source code into Microsoft intermediate language(MSIL) and generates the required metadata.
When you compile your code into a PE file, metadata is inserted into one portion of the file, while your code is converted to Microsoft intermediate language(MSIL) and inserted into another portion of the file.
A call to a static method generates a call instruction in Microsoft intermediate language(MSIL), whereas a call to an instance method generates a callvirt instruction, which also checks for a null object references.
When you will compile the code into a portable executable file, metadata is inserted in one portion of the file and the code is converted into Microsoft Intermediate Language(MSIL) and then inserted into another portion of the file.
When you compile your code for the runtime, it is converted into Microsoft intermediate language(MSIL) and placed inside a portable executable(PE) file along with metadata generated by the compiler.
The exception that is thrown when a program contains invalid Microsoft intermediate language(MSIL) or metadata.
Instruction: When compiling to managed code, the compiler translates your source code into Microsoft intermediate language(MSIL), which is a CPU-independent set of instructions that can be efficiently converted to native code.
In a Visual Studio project, C or Visual Basic code can be compiled into Microsoft Intermediate language(MSIL) when the Any CPU option is used.
Metadata is stored in one section of a. NET Framework portable executable(PE)file, while Microsoft intermediate language(MSIL) is stored in another section of the PE file.
When you compile your code into a PE file, metadata is inserted into oneportion of the file, while your code is converted to Microsoft intermediate language(MSIL) and inserted into another portion of the file.
If you compile your source code to managed code, the compiler translates your source code into Microsoft intermediate language(MSIL), which is a CPU-independent set of instructions that can be efficiently converted to native code.
Applying ConditionalAttribute to a method indicates to compilers that a call to the method should not be compiled into Microsoft intermediate language(MSIL) unless the conditional compilation symbol that is associated with ConditionalAttribute is defined.
Applying ConditionalAttribute to a method indicates to compilers that a call to the method should not be compiled into Microsoft intermediate language(MSIL) unless the conditional compilation symbol that is associated with ConditionalAttribute is defined.