adplus-dvertising
frame-decoration

Question

What does box do in IL?

a.

Loads a constant into the evaluation stack

b.

Calls a method and returns from it

c.

Converts a value type to an object reference that contains type identification information

d.

Converts a boxed value type to its raw form

Posted under Reverse Engineering

Answer: (c).Converts a value type to an object reference that contains type identification information Explanation:box converts a value type to an object reference that contains type identification information.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What does box do in IL?