C# Класс System.Reflection.EventInfoExtensions

Показать файл Открыть проект

Открытые методы

Метод Описание
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