InvokeMethodResult

Invoke method result is sent when a method invocation was successfully performed with the provided arguments and return type.

Constructors

Link copied to clipboard
constructor(check: ReflectionChecker.InvokeMethod, result: T)

Properties

Link copied to clipboard

the reflection check requested by the server

Link copied to clipboard
val result: T

the result of invoking the method

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String