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
)
Public Sub InjectEx (
InHostPID As Integer,
InTargetPID As Integer,
InWakeUpTID As Integer,
InNativeOptions As Integer,
InLibraryPath_x86 As String,
InLibraryPath_x64 As String,
InCanBypassWOW64 As Boolean,
InCanCreateService As Boolean,
InRequireStrongName As Boolean,
ParamArray InPassThruArgs As Object()
)
public:
void InjectEx(
int InHostPID,
int InTargetPID,
int InWakeUpTID,
int InNativeOptions,
String^ InLibraryPath_x86,
String^ InLibraryPath_x64,
bool InCanBypassWOW64,
bool InCanCreateService,
bool InRequireStrongName,
... array<Object^>^ InPassThruArgs
)
member InjectEx :
InHostPID : int *
InTargetPID : int *
InWakeUpTID : int *
InNativeOptions : int *
InLibraryPath_x86 : string *
InLibraryPath_x64 : string *
InCanBypassWOW64 : bool *
InCanCreateService : bool *
InRequireStrongName : bool *
InPassThruArgs : Object[] -> unit
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