C# 클래스 EzBus.Core.HandlerCache

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

공개 메소드들

메소드 설명
Add ( Type handlerType ) : void
GetHandlerInfo ( string messageTypeName ) : IEnumerable
HasCustomHandlers ( ) : bool
Prime ( ) : void

비공개 메소드들

메소드 설명
GetMessageType ( Type handlerType ) : Type

메소드 상세

Add() 공개 메소드

public Add ( Type handlerType ) : void
handlerType System.Type
리턴 void

GetHandlerInfo() 공개 메소드

public GetHandlerInfo ( string messageTypeName ) : IEnumerable
messageTypeName string
리턴 IEnumerable

HasCustomHandlers() 공개 메소드

public HasCustomHandlers ( ) : bool
리턴 bool

Prime() 공개 메소드

public Prime ( ) : void
리턴 void