HelperServiceInterfaceWaitForInjection Method |
Namespace:
EasyHook
Assembly:
EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax public static void WaitForInjection(
int InTargetPID
)
Public Shared Sub WaitForInjection (
InTargetPID As Integer
)
public:
static void WaitForInjection(
int InTargetPID
)
static member WaitForInjection :
InTargetPID : int -> unit
Parameters
- InTargetPID
- Type: SystemInt32
See Also