Table of Contents

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

IReadOnlyDictionary<string, object>

GenericArguments

Type[] GenericArguments { get; }

Property Value

Type[]

Method

MethodInfo Method { get; }

Property Value

MethodInfo

ReturnValue

object ReturnValue { get; set; }

Property Value

object

TargetObject

object TargetObject { get; }

Property Value

object

Methods

ProceedAsync()

Task ProceedAsync()

Returns

Task