Is it possible to get the Name and Class of a method that calls a method.
VB Code:
'This works for getting information about the calling assembly, but not anything more indepth. MsgBox("I was Called by: " & Reflection.Assembly.GetCallingAssembly.GetName.Name)





Reply With Quote