C# 클래스 NProxy.Core.Internal.Reflection.EventInfoExtensions

Provides EventInfo extension methods.
파일 보기 프로젝트 열기: mtamme/NProxy

공개 메소드들

메소드 설명
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