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

eventInfo EventInfo
The reflection event to get metadata for.

Returns

IEvent
A metadata representation of the specified event.

Exceptions

ArgumentNullException
Thrown when eventInfo is null.
ArgumentException
Thrown when eventInfo does not belong to the assembly.