Check out example codes for "c# method info extension". It will help you in understanding the concepts better.
Code Example 1
private static readonly MethodInfo ExtensionMethod =
typeof(ObjectExtensions).GetMethod(nameof(ObjectExtensions.NewMethod));
Learn ReactJs, React Native from akashmittal.com