RhInstallSupportDriver() 공개 정적인 메소드

public static RhInstallSupportDriver ( ) : void
리턴 void
예제 #1
0
 /// <summary>
 /// Installs the EasyHook support driver. After this step you may use
 /// <see cref="InstallDriver"/> to install your kernel mode hooking component.
 /// </summary>
 public static void InstallSupportDriver()
 {
     NativeAPI.RhInstallSupportDriver();
 }