Let\'s say we\'ve got these two classes:
public class Derived : Base { public Derived(string s) : base(s) { } } public class Base { protecte
GetType() would give you what you're looking for.