155.

Which of the following does the destructor of a class [ ~classname() ] implement in the MSIL?

The destructor implements the Finalize() method which is a virtual function that is declared in the Object class.