Windows apps
Collapse the table of content
Expand the table of content
Information
The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.

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:
© 2017 Microsoft