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
  • 98,240
  • 88
  • 296
  • 433
testzuser
  • 157
  • 1
  • 9

0 Answers0