[metadata] New method mono_method_has_no_body
commit9e96492f47a1d47137e921ac6c4a27f73ad779a8
authorAleksey Kliger <alklig@microsoft.com>
Fri, 26 Jan 2018 20:19:45 +0000 (26 15:19 -0500)
committerBernhard Urban <bernhard.urban@xamarin.com>
Wed, 31 Jan 2018 10:49:00 +0000 (31 11:49 +0100)
tree6a8e0a978bdf5c811612baac6e0e634d57dd3092
parent826f931c5ccad705bfed0f5a2de191b10035f686
[metadata] New method mono_method_has_no_body

Returns TRUE if the method flags indicate that it's not expected to have a
body because it is abstract, a PInvoke, an internal call or a
runtime method.
mono/metadata/class-internals.h
mono/metadata/loader.c