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