C# 클래스 Bus.Dispatch.HandlerInfo

파일 보기 프로젝트 열기: jbouzaglou/PetPigeonsESB

공개 프로퍼티들

프로퍼티 타입 설명
HandleMethod System.Reflection.MethodInfo
IsStatic bool

공개 메소드들

메소드 설명
HandlerInfo ( MethodInfo handleMethod, bool isStatic ) : System

메소드 상세

HandlerInfo() 공개 메소드

public HandlerInfo ( MethodInfo handleMethod, bool isStatic ) : System
handleMethod System.Reflection.MethodInfo
isStatic bool
리턴 System

프로퍼티 상세

HandleMethod 공개적으로 프로퍼티

public MethodInfo,System.Reflection HandleMethod
리턴 System.Reflection.MethodInfo

IsStatic 공개적으로 프로퍼티

public bool IsStatic
리턴 bool