.NET Framework Class Library
EventInfo..::.GetOtherMethods Method
Returns the methods that were associated with an event in MSIL using the .other directive.
|
| Name | Description |
|---|
.gif) | GetOtherMethods()()() | Returns the public methods that have been associated with an event in metadata using the .other directive. |
.gif) | GetOtherMethods(Boolean) | Returns the methods that have been associated with the event in metadata using the .other directive, specifying whether to include non-public methods. |
Top
Reference