Метод | Описание | |
---|---|---|
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 |
public static GetAddMethod ( this eventInfo ) : System.Reflection.MethodInfo | ||
eventInfo | this | |
Результат | System.Reflection.MethodInfo |
public static GetAddMethod ( this eventInfo, bool nonPublic ) : System.Reflection.MethodInfo | ||
eventInfo | this | |
nonPublic | bool | |
Результат | System.Reflection.MethodInfo |
public static GetRaiseMethod ( this eventInfo ) : System.Reflection.MethodInfo | ||
eventInfo | this | |
Результат | System.Reflection.MethodInfo |
public static GetRaiseMethod ( this eventInfo, bool nonPublic ) : System.Reflection.MethodInfo | ||
eventInfo | this | |
nonPublic | bool | |
Результат | System.Reflection.MethodInfo |
public static GetRemoveMethod ( this eventInfo ) : System.Reflection.MethodInfo | ||
eventInfo | this | |
Результат | System.Reflection.MethodInfo |
public static GetRemoveMethod ( this eventInfo, bool nonPublic ) : System.Reflection.MethodInfo | ||
eventInfo | this | |
nonPublic | bool | |
Результат | System.Reflection.MethodInfo |