0

I am running a process using Process class in C# as follows

Process p = Process.Start("lync");

It opens the Microsoft Lync Application. How will I know that if it is 32 - bit application or 64 bit application.

Based on that I have to create some registry keys.

abatishchev
  • 95,331
  • 80
  • 293
  • 426
testzuser
  • 157
  • 1
  • 8

0 Answers0