C# 클래스 Endjin.Assembly.ChangeDetection.Query.EventQuery

상속: MethodQuery
파일 보기 프로젝트 열기: endjin/Endjin.Assembly.ChangeDetection

Private Properties

프로퍼티 타입 설명
GetMethods List
IsMatchingEvent bool
MatchEventType bool
PrependStarBeforeGenericTypes string

공개 메소드들

메소드 설명
EventQuery ( ) : System
EventQuery ( string query ) : System
GetMatchingEvents ( Mono.Cecil.TypeDefinition type ) : List

비공개 메소드들

메소드 설명
GetMethods ( Mono.Cecil.TypeDefinition type ) : List
IsMatchingEvent ( Mono.Cecil.EventDefinition ev ) : bool
MatchEventType ( TypeReference evType ) : bool
PrependStarBeforeGenericTypes ( string eventTypeFilter ) : string

메소드 상세

EventQuery() 공개 메소드

public EventQuery ( ) : System
리턴 System

EventQuery() 공개 메소드

public EventQuery ( string query ) : System
query string
리턴 System

GetMatchingEvents() 공개 메소드

public GetMatchingEvents ( Mono.Cecil.TypeDefinition type ) : List
type Mono.Cecil.TypeDefinition
리턴 List