C# 클래스 Castle.Facilities.EventWiring.WireInfo

Represents the information about an event.
파일 보기 프로젝트 열기: castleproject/Windsor

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Determines whether the specified is equal to the current .

GetHashCode ( ) : int

Serves as a hash function for a particular type.

WireInfo ( string eventName, string handler ) : System

Initializes a new instance of the WireInfo class.

메소드 상세

Equals() 공개 메소드

Determines whether the specified is equal to the current .
public Equals ( object obj ) : bool
obj object The to compare with the current .
리턴 bool

GetHashCode() 공개 메소드

Serves as a hash function for a particular type.
public GetHashCode ( ) : int
리턴 int

WireInfo() 공개 메소드

Initializes a new instance of the WireInfo class.
public WireInfo ( string eventName, string handler ) : System
eventName string Name of the event.
handler string The name of the handler method.
리턴 System