RhWakeUpProcess() public static method

public static RhWakeUpProcess ( ) : void
return void
コード例 #1
0
 /// <summary>
 /// If the library was injected with <see cref="CreateAndInject"/>, this will
 /// finally start the current process. You should call this method in the library
 /// <c>Run()</c> method after all hooks have been installed.
 /// </summary>
 public static void WakeUpProcess()
 {
     NativeAPI.RhWakeUpProcess();
 }