Invoke Method Result
class InvokeMethodResult<T : ReflectionCheckReply.MethodInvocationReturnValue>(val check: ReflectionChecker.InvokeMethod, val result: T) : ReflectionCheckReply.ReflectionCheckResult<ReflectionChecker.InvokeMethod>
Invoke method result is sent when a method invocation was successfully performed with the provided arguments and return type.