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

MethodBaseMethods

public static class MethodBaseMethods
using System; using System.Reflection; namespace Castle.DynamicProxy.Tokens { public static class MethodBaseMethods { public static readonly MethodInfo GetMethodFromHandle1 = typeof(MethodBase).GetMethod("GetMethodFromHandle", BindingFlags.Static | BindingFlags.Public, null, new Type[1] { typeof(RuntimeMethodHandle) }, null); public static readonly MethodInfo GetMethodFromHandle2 = typeof(MethodBase).GetMethod("GetMethodFromHandle", BindingFlags.Static | BindingFlags.Public, null, new Type[2] { typeof(RuntimeMethodHandle), typeof(RuntimeTypeHandle) }, null); } }