The members of System.Reflection.EventInfo are listed below.
See Also: Inherited members from System.Reflection.MemberInfo
[read-only] | AddMethod | MethodInfo.
Gets the System.Reflection.MethodInfo object for the EventInfo.AddEventHandler(object, Delegate) method of the event, including non-public methods. |
[read-only] abstract | Attributes | EventAttributes.
Gets the attributes for this event. |
[read-only] | EventHandlerType | Type.
Gets the Type object of the underlying event-handler delegate associated with this event. |
[read-only] | IsMulticast | bool.
Gets a value indicating whether the event is multicast. |
[read-only] | IsSpecialName | bool.
Gets a value indicating whether the EventInfo has a name with a special meaning. |
[read-only] override | MemberType | MemberTypes.
Gets a System.Reflection.MemberTypes value indicating that this member is an event. |
[read-only] | RaiseMethod | MethodInfo.
Gets the method that is called when the event is raised, including non-public methods. |
[read-only] | RemoveMethod | MethodInfo.
Gets the MethodInfo object for removing a method of the event, including non-public methods. |
AddEventHandler(object, Delegate)
| ||
override | Equals(object)
| |
GetAddMethod()
| ||
abstract | GetAddMethod(bool)
| |
override | GetHashCode()
| |
GetOtherMethods()
| ||
GetOtherMethods(bool)
| ||
GetRaiseMethod()
| ||
abstract | GetRaiseMethod(bool)
| |
GetRemoveMethod()
| ||
abstract | GetRemoveMethod(bool)
| |
GetType()Documentation for this section has not yet been entered. | ||
RemoveEventHandler(object, Delegate)
|
static | Equality(EventInfo, EventInfo) |
Indicates whether two System.Reflection.EventInfo objects are equal. |
static | Inequality(EventInfo, EventInfo) |
Indicates whether two System.Reflection.EventInfo objects are not equal. |
System.Runtime.InteropServices._EventInfo.GetIDsOfNames | Documentation for this section has not yet been entered. | |
System.Runtime.InteropServices._EventInfo.GetType |
Returns a T:System.Type object representing the System.Reflection.EventInfo type. | |
System.Runtime.InteropServices._EventInfo.GetTypeInfo |
Retrieves the type information for an object, which can then be used to get the type information for an interface. | |
System.Runtime.InteropServices._EventInfo.GetTypeInfoCount | Documentation for this section has not yet been entered. | |
System.Runtime.InteropServices._EventInfo.Invoke | Documentation for this section has not yet been entered. |