[reflection] Add System.Reflection.EventInfo.GetEventFromHandle methods
authorAleksey Kliger <aleksey@xamarin.com>
Thu, 14 Jul 2016 18:41:37 +0000 (14:41 -0400)
committerAleksey Kliger <aleksey@xamarin.com>
Thu, 14 Jul 2016 19:19:57 +0000 (15:19 -0400)
commitfcb6f8133633e7d5ca195cabde96bb6c604bc280
treeaf154e2220f6bfc3f4eb9f9b10af50f21c335fd4
parent932076d2f16ad587bd9e7caea423ff6ad4630287
[reflection] Add System.Reflection.EventInfo.GetEventFromHandle methods

Add new Mono.RuntimeEventHandle struct wrapping a pointer to a native MonoEvent

Add new icall
ves_icall_System_Reflection_EventInfo_internal_from_handle_type that's
mostly a wrapper around mono_event_get_object_checked.
mcs/class/corlib/Mono/RuntimeHandles.cs
mcs/class/corlib/System.Reflection/EventInfo.cs
mono/metadata/icall-def.h
mono/metadata/icall.c