Example: GetMethod

This example shows the retrieving of the MethodInfo for the add_PublicMyEvent method.

System.Reflection.MethodInfo info=LrReplayUtils.GetMethod(this.target.GetType(),"add_PublicMyEvent",100663400);