Interface IAbpMethodInvocation
Assembly: Volo.Abp.Core.dll
Syntax
public interface IAbpMethodInvocation
Properties
Arguments
Declaration
object?[] Arguments { get; }
Property Value
ArgumentsDictionary
Declaration
IReadOnlyDictionary<string, object?> ArgumentsDictionary { get; }
Property Value
GenericArguments
Declaration
Type[]? GenericArguments { get; }
Property Value
Method
Declaration
MethodInfo Method { get; }
Property Value
ReturnValue
Declaration
object ReturnValue { get; set; }
Property Value
TargetObject
Declaration
object? TargetObject { get; }
Property Value
Methods
ProceedAsync()
Declaration
Returns
Extension Methods