RhInstallSupportDriver() public static method

public static RhInstallSupportDriver ( ) : void
return 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();
 }