Example: CreateDelegateFromMethod
This example shows the creating of a delegate from a method.
value_1= ((EventHandler)(LrReplayUtils.CreateDelegateFromMethod(
typeof(System.EventHandler), typeof(AccessModifiers.Program), null,"targetObj_InternalEvent", 100663310)));PublicClass.StaticPublicEvent += value_1;

