C# Класс NProxy.Core.Internal.Reflection.EventInfoExtensions

Provides EventInfo extension methods.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

CanOverride() публичный статический Метод

Returns a value indicating whether the specified event is overrideable.
public static CanOverride ( this eventInfo ) : bool
eventInfo this The event information.
Результат bool

GetAccessorMethods() публичный статический Метод

Returns all accessor methods for the specified event.
public static GetAccessorMethods ( this eventInfo ) : IEnumerable
eventInfo this The event information.
Результат IEnumerable

GetFullName() публичный статический Метод

Returns the full name of the specified event.
public static GetFullName ( this eventInfo ) : string
eventInfo this The event information.
Результат string