Finding the Concrete Type behind an Interface instance

Type objectType = myObject.GetType();

Should still give you the concrete type, according to your example.

Leave a Comment