Class MemoryFunctionWithReturn<T1, T2, T3, T4, T5, T6, T7, TResult>
public class MemoryFunctionWithReturn<T1, T2, T3, T4, T5, T6, T7, TResult> : BaseMemoryFunction
Type Parameters
T1
T2
T3
T4
T5
T6
T7
TResult
- Inheritance
-
object
MemoryFunctionWithReturn<T1, T2, T3, T4, T5, T6, T7, TResult>
- Inherited Members
-
Constructors
MemoryFunctionWithReturn(string)
public MemoryFunctionWithReturn(string signature)
Parameters
signature string
MemoryFunctionWithReturn(string, string)
public MemoryFunctionWithReturn(string signature, string binarypath)
Parameters
signature string
binarypath string
Methods
Invoke(T1, T2, T3, T4, T5, T6, T7)
public TResult Invoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7)
Parameters
arg1 T1
arg2 T2
arg3 T3
arg4 T4
arg5 T5
arg6 T6
arg7 T7
Returns
- TResult
Invoke(T1, T2, T3, T4, T5, T6, T7, bool)
public TResult Invoke(T1 arg1, T2 arg2, T3 arg3, T4 arg4, T5 arg5, T6 arg6, T7 arg7, bool bypasshook)
Parameters
arg1 T1
arg2 T2
arg3 T3
arg4 T4
arg5 T5
arg6 T6
arg7 T7
bypasshook bool
Returns
- TResult