Glossary:Definition - Managed execution
| 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 free glossary of C# .NET terminology from C# Online.NET | edit |