System.Reflection.EventInfo.AddMethod Property

Gets the System.Reflection.MethodInfo object for the EventInfo.AddEventHandler(object, Delegate) method of the event, including non-public methods.

Syntax

public virtual MethodInfo AddMethod { get; }

Value

Documentation for this section has not yet been entered.

Remarks

This property is the equivalent of calling the EventInfo.GetAddMethod(bool) with a value of true.

Requirements

Namespace: System.Reflection
Assembly: mscorlib (in mscorlib.dll)
Assembly Versions: 4.0.0.0