Glossary:Definition - Managed execution


Jump to: navigation, search
 Term Managed execution
 Definition  Process whereby the Common Language Runtime (CLR) executes managed code. When an object method is invoked for the first time, its MSIL-encoded instructions are JIT-compiled to the native code of the processor. On each subsequent invocation, the previously JIT-compiled code is executed.
 See also Managed code
You may edit this definition to improve or extend it.

Online Dictionary of Visual C# .NET Programming
A B C D E F G H I J K L M N O P Q R S T U V W X Y Z 0-9
a free glossary of C# .NET terminology from C# Online.NET edit


Personal tools