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