PostSharpAPI ReferencePost­Sharp.​ReflectionReflection­HelperGet­Event
Open sandboxFocus

ReflectionHelper.GetEvent Method

GetEvent(Type, MethodInfo, MethodInfo, MethodInfo)

Declaration
[Internal]
public static EventInfo GetEvent(Type declaringType, MethodInfo addMethod, MethodInfo removeMethod, MethodInfo raiseMethod)
Parameters
Type Name Description
System.Type declaringType
MethodInfo addMethod
MethodInfo removeMethod
MethodInfo raiseMethod
Returns
Type Description
EventInfo