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

Castle.DynamicProxy.Generators.MetaMethod

public MethodAttributes Attributes { get; }

public bool HasTarget { get; }

public bool Ignore { get; }

public MethodInfo Method { get; }

public MethodInfo MethodOnTarget { get; }

public bool Proxyable { get; }

public bool Standalone { get; }

public MetaMethod(MethodInfo method, MethodInfo methodOnTarget, bool standalone, bool proxyable, bool hasTarget)

public bool Equals(MetaMethod other)