C# Class NProxy.Core.Internal.Reflection.EventInfoExtensions

Provides EventInfo extension methods.
Exibir arquivo Open project: mtamme/NProxy

Public Methods

Method Description
CanOverride ( this eventInfo ) : bool

Returns a value indicating whether the specified event is overrideable.

GetAccessorMethods ( this eventInfo ) : IEnumerable

Returns all accessor methods for the specified event.

GetFullName ( this eventInfo ) : string

Returns the full name of the specified event.

Method Details

CanOverride() public static method

Returns a value indicating whether the specified event is overrideable.
public static CanOverride ( this eventInfo ) : bool
eventInfo this The event information.
return bool

GetAccessorMethods() public static method

Returns all accessor methods for the specified event.
public static GetAccessorMethods ( this eventInfo ) : IEnumerable
eventInfo this The event information.
return IEnumerable

GetFullName() public static method

Returns the full name of the specified event.
public static GetFullName ( this eventInfo ) : string
eventInfo this The event information.
return string