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