For example implicitly
MyClass myClass = new MyClass(); int i = myClass;
This MSDN entry covers what you want exactly, should do the trick.