Initiating Assembly

  • Thread starter Thread starter SS
  • Start date Start date
S

SS

i have a webclient/windows client (say web1.dll/win1.exe)
that calls a method A in DLL1. method A of DLL1 calls
method B of DLL2. Inside method B is there anyway of
getting the client assembly name(here web1.dll/win1.exe)
that initiated the call...please help......i am not
getting a clue for this
 
see System.Environment.StackTrace in the framework.

--
--- Nick Malik [Microsoft]
MCSD, CFPS, Certified Scrummaster
http://blogs.msdn.com/nickmalik

Disclaimer: Opinions expressed in this forum are my own, and not
representative of my employer.
I do not answer questions on behalf of my employer. I'm just a
programmer helping programmers.
 
Back
Top