Q
qingxun
Hi!
Is there a way in VB.NET to determine the caller's class name?
System.Reflection.MethodBase.GetCurrentMethod.GetType basically telling
me what is my current executing class, but I wanted to know, which
caller class invoke my existing class method.
Any help is much appreciated.
Bob
Is there a way in VB.NET to determine the caller's class name?
System.Reflection.MethodBase.GetCurrentMethod.GetType basically telling
me what is my current executing class, but I wanted to know, which
caller class invoke my existing class method.
Any help is much appreciated.
Bob