ReflectionHelper.GetEvent Method |
Namespace: PostSharp.Reflection
Assembly: PostSharp (in PostSharp.dll) Version: 6.9.11.0 (6.9.11.0)
public static EventInfo GetEvent( Type declaringType, MethodInfo addMethod, MethodInfo removeMethod, MethodInfo raiseMethod )
Parameters
- declaringType
- Type: System.Type
- addMethod
- Type: System.Reflection.MethodInfo
- removeMethod
- Type: System.Reflection.MethodInfo
- raiseMethod
- Type: System.Reflection.MethodInfo