M
MarkMurphy
Within a class that is implented in a called DLL is it possible to get
the path of the executable that is currently making use of that DLL?
This call returns the path of the dll:
Assembly.GetExecutingAssembly().GetName().CodeBase;
Mark
the path of the executable that is currently making use of that DLL?
This call returns the path of the dll:
Assembly.GetExecutingAssembly().GetName().CodeBase;
Mark