C# 클래스 Prototype.Platform.Dispatching.MethodDescriptor

파일 보기 프로젝트 열기: paralect/prototype 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
HandlerType System.Type
MessageType System.Type

공개 메소드들

메소드 설명
Equals ( MethodDescriptor descriptor ) : bool
Equals ( object descriptor ) : bool
GetHashCode ( ) : int
MethodDescriptor ( Type handlerType, Type messageType ) : System

메소드 상세

Equals() 공개 메소드

public Equals ( MethodDescriptor descriptor ) : bool
descriptor MethodDescriptor
리턴 bool

Equals() 공개 메소드

public Equals ( object descriptor ) : bool
descriptor object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

MethodDescriptor() 공개 메소드

public MethodDescriptor ( Type handlerType, Type messageType ) : System
handlerType System.Type
messageType System.Type
리턴 System

프로퍼티 상세

HandlerType 공개적으로 프로퍼티

public Type,System HandlerType
리턴 System.Type

MessageType 공개적으로 프로퍼티

public Type,System MessageType
리턴 System.Type