RhInstallSupportDriver() 개인적인 메소드

private RhInstallSupportDriver ( ) : Int32
리턴 System.Int32
예제 #1
0
 public static void RhInstallSupportDriver()
 {
     if (Is64Bit)
     {
         Force(NativeAPI_x64.RhInstallSupportDriver());
     }
     else
     {
         Force(NativeAPI_x86.RhInstallSupportDriver());
     }
 }