Possible Duplicate:
How to get parent process in .NET in managed way
I have an C# executable file that's invoked from another C# executable file. Is there a way to determine the name of the executable that invoked the executable that is currently running? I imagine there must be some way, but am having trouble Googling this. I imagine I must be using the wrong terminology.