adplus-dvertising
frame-decoration

Question

What does unbox 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 and copies its contents back to a value type

Posted under Reverse Engineering

Answer: (d).Converts a boxed value type to its raw form and copies its contents back to a value type Explanation:unbox converts a boxed value type to its raw form and copies its contents back to a value type.

Engage with the Community - Add Your Comment

Confused About the Answer? Ask for Details Here.

Know the Explanation? Add it Here.

Q. What does unbox do in IL?