Does any body know how to get the name of a caller from the called object? What I mean is, say for example, App1.exe invoke a method from App2.dll, then from App2.dll, get the name of the application that invoked the method, in this case, App1.exe.
Printable View
Does any body know how to get the name of a caller from the called object? What I mean is, say for example, App1.exe invoke a method from App2.dll, then from App2.dll, get the name of the application that invoked the method, in this case, App1.exe.
only if the method in app2.dll requires the name as a parameter of the method.