Class InvocationResult
public class InvocationResult
- Inheritance
-
InvocationResult
- Inherited Members
Constructors
InvocationResult(object, IExpression, Type, object, MethodInfo)
public InvocationResult(object result, IExpression sendTo, Type returnType, object instance, MethodInfo method)
Parameters
result
objectsendTo
IExpressionreturnType
Typeinstance
objectmethod
MethodInfo
Properties
Instance
public object Instance { get; }
Property Value
Method
public MethodInfo Method { get; }
Property Value
ReturnType
public Type ReturnType { get; }
Property Value
ReturnValue
public object ReturnValue { get; }
Property Value
SendTo
public IExpression SendTo { get; }
Property Value
Methods
ToString()
Returns a string that represents the current object.
public override string ToString()
Returns
- string
A string that represents the current object.