Finding the Concrete Type behind an Interface instance March 5, 2023 by Tarik Type objectType = myObject.GetType(); Should still give you the concrete type, according to your example.