예제 #1
0
 public bool Is64Bit()
 {
     return(InstallationManager.IsImageX64(ChromeDllPath) && InstallationManager.IsImageX64(ChromeExePath));
 }