[reflection] Add System.Reflection.PropertyInfo.GetPropertyFromHandle method
authorAleksey Kliger <aleksey@xamarin.com>
Thu, 14 Jul 2016 23:13:52 +0000 (19:13 -0400)
committerAleksey Kliger <aleksey@xamarin.com>
Thu, 14 Jul 2016 23:13:52 +0000 (19:13 -0400)
commitabb3af7f52506bf55d0efe9139fa05a2790b713a
tree38e7f4298dac52e08ac2fb445721fd9d73070917
parent83dd71ae2321a57141f8c21fe1f920435bb326a8
[reflection] Add System.Reflection.PropertyInfo.GetPropertyFromHandle method

Also add Mono.RuntimePropertyHandle struct representing a native MonoProperty pointer.

Also add ves_icall_System_Reflection_PropertyInfo_internal_from_handle_type icall
that wraps mono_property_get_object_checked.
mcs/class/corlib/Mono/RuntimeHandles.cs
mcs/class/corlib/System.Reflection/PropertyInfo.cs
mono/metadata/icall-def.h
mono/metadata/icall.c