.net - How to get executable path of 64 bit process in c#? -


i want executable path of process. use class process executable path of local 32 bit process, , use wmi path of 32 bit process of remote pc.

both of path rightly. but, can't path of 64 bit process. 64 bit process can't have executable path ?

addition: computer 64-bit machine. .

if question getting executable's path within same application, can try path.getdirectoryname(application.executablepath);.

if want path 64 bit process 32 bit application, may not possible described in article: http://qt-project.org/forums/viewthread/22075


Comments

Popular posts from this blog

Android layout hidden on keyboard show -

google app engine - 403 Forbidden POST - Flask WTForms -

c - Why would PK11_GenerateRandom() return an error -8023? -