adplus-dvertising
frame-decoration

Question

How are .NET assemblies executed?

a.

By the metadata block

b.

By the native code

c.

By the CLR, which loads the metadata into memory and compiles the IL code into native code using a just-in-time compiler

d.

By the .NET class library

Posted under Reverse Engineering

Answer: (c).By the CLR, which loads the metadata into memory and compiles the IL code into native code using a just-in-time compiler Explanation:.NET assemblies are executed by the CLR, which loads the metadata into memory and compiles the IL code into native code using a just-in-time compiler.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. How are .NET assemblies executed?