<PackageReference Include="Castle.Core" Version="4.3.1" />

Castle.DynamicProxy.Tokens.InvocationMethods

public static class InvocationMethods
Holds MethodInfo objects representing methods of AbstractInvocation class.
namespace Castle.DynamicProxy.Tokens { public static class InvocationMethods { public static readonly ConstructorInfo CompositionInvocationConstructor; public static readonly MethodInfo EnsureValidTarget; public static readonly MethodInfo GetArgumentValue; public static readonly MethodInfo GetArguments; public static readonly MethodInfo GetReturnValue; public static readonly ConstructorInfo InheritanceInvocationConstructor; public static readonly ConstructorInfo InheritanceInvocationConstructorWithSelector; public static readonly MethodInfo Proceed; public static readonly FieldInfo ProxyObject; public static readonly MethodInfo SetArgumentValue; public static readonly MethodInfo SetGenericMethodArguments; public static readonly MethodInfo SetReturnValue; public static readonly FieldInfo Target; public static readonly MethodInfo ThrowOnNoTarget; } }