C# 클래스 System.Reflection.EventInfoExtensions

파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
GetAddMethod ( this eventInfo ) : System.Reflection.MethodInfo
GetAddMethod ( this eventInfo, bool nonPublic ) : System.Reflection.MethodInfo
GetRaiseMethod ( this eventInfo ) : System.Reflection.MethodInfo
GetRaiseMethod ( this eventInfo, bool nonPublic ) : System.Reflection.MethodInfo
GetRemoveMethod ( this eventInfo ) : System.Reflection.MethodInfo
GetRemoveMethod ( this eventInfo, bool nonPublic ) : System.Reflection.MethodInfo

메소드 상세

GetAddMethod() 공개 정적인 메소드

public static GetAddMethod ( this eventInfo ) : System.Reflection.MethodInfo
eventInfo this
리턴 System.Reflection.MethodInfo

GetAddMethod() 공개 정적인 메소드

public static GetAddMethod ( this eventInfo, bool nonPublic ) : System.Reflection.MethodInfo
eventInfo this
nonPublic bool
리턴 System.Reflection.MethodInfo

GetRaiseMethod() 공개 정적인 메소드

public static GetRaiseMethod ( this eventInfo ) : System.Reflection.MethodInfo
eventInfo this
리턴 System.Reflection.MethodInfo

GetRaiseMethod() 공개 정적인 메소드

public static GetRaiseMethod ( this eventInfo, bool nonPublic ) : System.Reflection.MethodInfo
eventInfo this
nonPublic bool
리턴 System.Reflection.MethodInfo

GetRemoveMethod() 공개 정적인 메소드

public static GetRemoveMethod ( this eventInfo ) : System.Reflection.MethodInfo
eventInfo this
리턴 System.Reflection.MethodInfo

GetRemoveMethod() 공개 정적인 메소드

public static GetRemoveMethod ( this eventInfo, bool nonPublic ) : System.Reflection.MethodInfo
eventInfo this
nonPublic bool
리턴 System.Reflection.MethodInfo