I use the GetMethod and find the Instance required if I need to get any method. But truly the method is not an instance and it is just a method. So why?
The essence of the event field is just an object of delegate type which will invoke embedded methods when it is invoked like a method, coding below is also ok: