Class CastleAbpMethodInvocationAdapterBase
Inheritance
CastleAbpMethodInvocationAdapterBase
Assembly: Volo.Abp.Castle.Core.dll
Syntax
public abstract class CastleAbpMethodInvocationAdapterBase : IAbpMethodInvocation
Constructors
CastleAbpMethodInvocationAdapterBase(IInvocation)
Declaration
protected CastleAbpMethodInvocationAdapterBase(IInvocation invocation)
Parameters
Type |
Name |
Description |
IInvocation |
invocation |
|
Properties
Arguments
Declaration
public object[] Arguments { get; }
Property Value
ArgumentsDictionary
Declaration
public IReadOnlyDictionary<string, object> ArgumentsDictionary { get; }
Property Value
GenericArguments
Declaration
public Type[] GenericArguments { get; }
Property Value
Invocation
Declaration
protected IInvocation Invocation { get; }
Property Value
Type |
Description |
IInvocation |
|
Method
Declaration
public MethodInfo Method { get; }
Property Value
ReturnValue
Declaration
public object ReturnValue { get; set; }
Property Value
TargetObject
Declaration
public object TargetObject { get; }
Property Value
Methods
ProceedAsync()
Declaration
public abstract Task ProceedAsync()
Returns
Implements
Extension Methods