adplus-dvertising
frame-decoration

Question

What is metadata in managed code?

a.

A special data block that stores data type information describing the various objects used in the assembly

b.

A set of instructions that are compiled to native code

c.

A virtual machine inside which .NET programs are safely executed

d.

An environment that loads and verifies .NET assemblies

Posted under Reverse Engineering

Answer: (a).A special data block that stores data type information describing the various objects used in the assembly Explanation:Metadata is a special data block that stores data type information describing the various objects used in the assembly.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What is metadata in managed code?