1.

What Is Native Image Generator (ngen.exe) ?

Answer»

Ngen.exe creates compiled processor-specific MACHINE CODE called native IMAGES which are files and installs them into the native image CACHE on the local computer. The runtime will use native images from the cache rather than using the JIT COMPILER to compile the original assembly.

Ngen.exe creates compiled processor-specific machine code called native images which are files and installs them into the native image cache on the local computer. The runtime will use native images from the cache rather than using the JIT compiler to compile the original assembly.



Discussion

No Comment Found