Skip to content

Latest commit

 

History

History
3 lines (2 loc) · 436 Bytes

ii.15.1.3-method-references.md

File metadata and controls

3 lines (2 loc) · 436 Bytes

II.15.1.3 Method references

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.