Class EventInfoExtensions
- Namespace
- LfrlAnvil.Extensions
- Assembly
- LfrlAnvil.Core.dll
Contains EventInfo extension methods.
public static class EventInfoExtensions
- Inheritance
-
EventInfoExtensions
- Inherited Members
Methods
GetDebugString(EventInfo, bool)
Creates a string representation of the provided event
.
[Pure]
public static string GetDebugString(this EventInfo @event, bool includeDeclaringType = false)
Parameters
event
EventInfoSource event info.
includeDeclaringType
boolWhen set to true, then DeclaringType will be included in the string. false by default.
Returns
- string
String representation of the provided
event
.