IMemberAdapterRepository.GetEventMetadata Method
- Namespace
- Kampute.DocToolkit.Metadata
- Assembly
- Kampute.DocToolkit.dll
Definition
Gets the event metadata for the specified event within the assembly.
IEvent GetEventMetadata(EventInfo eventInfo)Parameters
eventInfoEventInfo- The reflection event to get metadata for.
Returns
- IEvent
- A metadata representation of the specified event.
Exceptions
- ArgumentNullException
- Thrown when
eventInfoisnull. - ArgumentException
- Thrown when
eventInfodoes not belong to the assembly.
