A MethodRef, or method reference, is a reference to a method. It is used when a method is called and that method's definition lies in another module or assembly. A MethodRef shall be resolved by the VES into a Method before the method is called at runtime. If a matching Method cannot be found, the VES shall throw a System.MissingMethodException
. See §II.22.25.