Translation of "CIL code" in German
We couldn’t find this entry. Showing approximate results. Check your spelling or suggest adding this term to the dictionary.
When the C# compiler encounters an iterator, it expands its contents into CIL code that implements the enumerator pattern.
Wenn der C#-Compiler auf einen Iterator trifft, erweitert er dessen Inhalte in CIL-Code, der das Enumeratormuster implementiert.
Both the Visual Basic source code and the CIL code are saved in the package structure together with the other package details.
Sowohl Visual Basic-Quellcode und die CIL-Code werden in der Paketstruktur zusammen mit den anderen Paketdetails gespeichert.
In this case, the Visual Basic source code is saved only in the package and is not saved in the CIL code.
In diesem Fall Visual Basic-Quellcode wird nur in das Paket gespeichert und nicht in den CIL-Code gespeichert.
During compilation of CLI programming languages, the source code is translated into CIL code rather than into platform- or processor-specific object code.
Bei der Kompilierung von Quellcode aus.NET-Sprachen wird nicht direkt systemeigener Programmcode erzeugt, sondern in einem ersten Schritt zunächst CIL-Code.
Upon execution, an architecture-specific [[just-in-time compiler]] (JIT) turns the CIL code into machine code.
Dieser Code wird auf dem Ausführungsrechner in einem Laufzeitsystem zu nativem Maschinencode übersetzt (Just in time (JIT) Kompilierung) und ausgeführt.
Thus, the code in Figure 3 is actually a more accurate C# representation of the foreach CIL code.
Der Code in Abbildung 3 ist daher tatsächlich eine genauere C#-Darstellung des foreach-CIL-Codes.
Because the C# compiler handles implementation through CIL code generation, there's no real runtime performance benefit to using iterators.
Da der C#-Compiler die Implementierung über CIL-Codegenerierung ausführt, gibt es keinen echten Vorteil der Laufzeitleistung im Vergleich zur Verwendung von Iteratoren.
These include garbage collection, CIL code verification, security management, versioning, exception handling, threading, reflection and many more.
Dazu gehören der Garbage Collector, der CIL-Code-Verifizierer, Sicherheitseinstellungen, Versionierung, Mechanismen für die Ausnahmebehandlung, die Thread-Unterstützung einschließlich Synchronisation, Reflection und vieles mehr.
The C# equivalent of the final CIL code, therefore, looks like Figure 3.
Die C#-Entsprechung des endgültigen CIL-Codes ähnelt daher Abbildung 3.