Click or drag to resize

HelperServiceInterfaceInjectEx Method

Namespace:  EasyHook
Assembly:  EasyHook (in EasyHook.dll) Version: 2.7.6684.0 (2.7.6684.0)
Syntax
public void InjectEx(
	int InHostPID,
	int InTargetPID,
	int InWakeUpTID,
	int InNativeOptions,
	string InLibraryPath_x86,
	string InLibraryPath_x64,
	bool InCanBypassWOW64,
	bool InCanCreateService,
	bool InRequireStrongName,
	params Object[] InPassThruArgs
)

Parameters

InHostPID
Type: SystemInt32
InTargetPID
Type: SystemInt32
InWakeUpTID
Type: SystemInt32
InNativeOptions
Type: SystemInt32
InLibraryPath_x86
Type: SystemString
InLibraryPath_x64
Type: SystemString
InCanBypassWOW64
Type: SystemBoolean
InCanCreateService
Type: SystemBoolean
InRequireStrongName
Type: SystemBoolean
InPassThruArgs
Type: SystemObject
See Also