Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Question
Monday, May 16, 2016 3:33 PM
What do the .NET Framework Task Scheduler items do for the computer on Windows 10 Professional and Home? The items are called .NET Framework NGEN v4.0.30319 and .NET Framework NGEN v4.0.30319 64.
All replies (2)
Wednesday, May 18, 2016 9:42 AM âś…Answered
Hi edwardlm2010,
Like what Mel_W said, The Native Image Generator (Ngen.exe) is a tool that improves the performance of managed applications.
Here is an article about .NET Framework NGEN for your reference, if you want to understand Native Image Generator tool deeply, it should be useful for you.
https://msdn.microsoft.com/en-us/library/6t9t5wcf(v=vs.110).aspx
For additional information on using Ngen.exe and the native image service, please see the following link.
https://msdn.microsoft.com/en-us/library/ms165074(v=vs.90).aspx
Best regards
Please mark the reply as an answer if you find it is helpful.
If you have feedback for TechNet Support, contact [email protected]
Monday, May 16, 2016 3:55 PM
According to Microsoft
The Native Image Generator (Ngen.exe) is a tool that improves the performance of managed applications. Ngen.exe creates native images, which are files containing compiled processor-specific machine code, and installs them into the native image cache on the local computer. The runtime can use native images from the cache instead of using the just-in-time (JIT) compiler to compile the original assembly.