C# 클래스 Ncqrs.Eventing.ServiceModel.Bus.RegisterAllHandlersInAssemblyExtension

파일 보기 프로젝트 열기: SzymonPobiega/ncqrs

공개 메소드들

메소드 설명
RegisterAllHandlersInAssembly ( this target, Assembly asm ) : void

비공개 메소드들

메소드 설명
CreateInstance ( Type type ) : object
ImplementsAtLeastOneIEventHandlerInterface ( Type type ) : bool
IsIEventHandlerInterface ( Type type ) : bool
RegisterHandler ( object handler, Type eventDataType, InProcessEventBus target ) : void

메소드 상세

RegisterAllHandlersInAssembly() 공개 정적인 메소드

public static RegisterAllHandlersInAssembly ( this target, Assembly asm ) : void
target this
asm System.Reflection.Assembly
리턴 void