On Friday, 22 January 2016 at 23:44:34 UTC, Adam D. Ruppe wrote: > There's a .classinfo property that works on Objects. > > If you have an interface, cast to Object first, and check for > null, then get .classinfo off that. I tried this but it will return A not B