RhInstallSupportDriver() private method

private RhInstallSupportDriver ( ) : Int32
return System.Int32
Beispiel #1
0
 public static void RhInstallSupportDriver()
 {
     if (Is64Bit)
     {
         Force(NativeAPI_x64.RhInstallSupportDriver());
     }
     else
     {
         Force(NativeAPI_x86.RhInstallSupportDriver());
     }
 }