adplus-dvertising
frame-decoration

Question

What is metadata in .NET?

a.

A software execution environment

b.

A virtual machine for .NET programs

c.

A binary module containing IL code and metadata

d.

A special data block storing data type information for objects used in an assembly

Posted under Reverse Engineering

Answer: (d).A special data block storing data type information for objects used in an assembly Explanation:Metadata is a special data block that stores data type information describing the various objects used in an 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 .NET?