EventInfo::GetOtherMethods Method

 

Returns the methods that were associated with an event in MSIL using the .other directive.

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

NameDescription
System_CAPS_pubmethodGetOtherMethods()

Returns the public methods that have been associated with an event in metadata using the .other directive.

System_CAPS_pubmethodGetOtherMethods(Boolean)

Returns the methods that have been associated with the event in metadata using the .other directive, specifying whether to include non-public methods.

Return to top
Show: