i have:
class parent { public static string GetTypeName() { /* here i want to get the caller\'s type So child.GetTypeName() should d
I believe this.GetType() will do this. But can't check at the moment.
this.GetType()
(assuming you want the child's type in the parent's method.)