Einige Compiler hoher Ebene verwenden die Assemblysprache als Intermediate Language.
Eine Funktion, die nicht in einer Intermediate Language (IL), sondern in Maschinencode kompiliert ist (z. B. x86 oder x64).
unmanaged function A function that is compiled to machine code (such as x86 or x64) as opposed to intermediate language (IL).
Einige Varianten von C wurden entwickelt, um aus C eine bessere portable Assemblersprache zu machen: C - und C Intermediate Language.
Variants of C have been designed to provide C's features as a portable assembly language, including C - and the C Intermediate Language.
Binäre Analyse-Tools, wie FxCop, arbeiten auf der Ebene der Intermediate Language (IL), Sprache-Komplexität zu vermeiden.
Binary analysis tools, such as FxCop, work at the Intermediate Language (IL) level, avoiding language complexities.
Die box-Anweisung des MSIL-Befehlssatzes (Microsoft Intermediate Language) konvertiert einen Werttyp in ein Objekt, indem eine Kopie des Werttyps erstellt und in ein neu reserviertes Objekt eingebunden wird.
The Microsoft intermediate language (MSIL) instruction set's box instruction converts a value type to an object by making a copy of the value type and embedding it in a newly allocated object.
Beim Kompilieren von Code für die Laufzeit wird dieser in die Microsoft Intermediate Language (MSIL) konvertiert und mit den vom Compiler generierten Metadaten in einer PE-Datei (Portable Executable) abgelegt.
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.
Enthält Klassen, die es einem Compiler oder Tool ermöglichen, Metadaten und MSIL (Microsoft Intermediate Language) auszugeben sowie optional eine PE-Datei auf einem Datenträger zu generieren.
Contains classes that enable a compiler or tool to emit metadata and Microsoft intermediate language (MSIL) and optionally to generate a PE file on disk.
Ein untergeordneter Namespace enthält Typen, die es einem Compiler oder einem anderen Tool ermöglichen, Metadaten und MSIL (Microsoft Intermediate Language) auszugeben.
Contains classes that enable a compiler or tool to emit metadata and Microsoft intermediate language (MSIL) and optionally generate a PE file on disk.
Der Positionsoffset einer importierten Funktion innerhalb der Importadressentabelle einer ausführbaren Datei oder einer Speicheradresse in einer Microsoft Intermediate Language (MSIL) P-Code-Assembly.
The location offset of an imported function within the import address table of an executable or of a memory address in a Microsoft Intermediate Language (MSIL) P-code assembly.
Die Ausnahme, die ausgelöst wird, wenn ein Programme ungültige MSIL-Befehle (Microsoft Intermediate Language) oder Metadaten enthält.
The exception that is thrown when a program contains invalid Microsoft intermediate language (MSIL) or metadata.
Microsofts Common Intermediate Language ist ein Zwischencode, der von allen.NET-Compilern benutzt wird, bevor er statisch oder dynamisch weiter zu Maschinencode kompiliert wird.
Microsoft's Common Intermediate Language is an intermediate language designed to be shared by all compilers for the.NET Framework, before static or dynamic compilation to machine code.
„Wenn Sie Ihre App in Visual Studio erstellen, wird der Code nicht in ein Native Image kompiliert, sondern in eine Binärdatei der maschinenunabhängigen Common Intermediate Language (CIL)", heißt es dazu in einer Erklärung Microsofts für die Entwickler.
When you build your app in Visual Studio, the code is not compiled into a native image, but into a machine-independent Common Intermediate Language (CIL) binary file.
DynamicILInfo Stellt Unterstützung für eine alternative Vorgehensweise zum Generieren von MSIL (Microsoft Intermediate Language) und von Metadaten für eine dynamische Methode bereit.
DynamicILInfo 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.