C# Class System.Reflection.EventInfoExtensions

Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
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

Method Details

GetAddMethod() public static méthode

public static GetAddMethod ( this eventInfo ) : System.Reflection.MethodInfo
eventInfo this
Résultat System.Reflection.MethodInfo

GetAddMethod() public static méthode

public static GetAddMethod ( this eventInfo, bool nonPublic ) : System.Reflection.MethodInfo
eventInfo this
nonPublic bool
Résultat System.Reflection.MethodInfo

GetRaiseMethod() public static méthode

public static GetRaiseMethod ( this eventInfo ) : System.Reflection.MethodInfo
eventInfo this
Résultat System.Reflection.MethodInfo

GetRaiseMethod() public static méthode

public static GetRaiseMethod ( this eventInfo, bool nonPublic ) : System.Reflection.MethodInfo
eventInfo this
nonPublic bool
Résultat System.Reflection.MethodInfo

GetRemoveMethod() public static méthode

public static GetRemoveMethod ( this eventInfo ) : System.Reflection.MethodInfo
eventInfo this
Résultat System.Reflection.MethodInfo

GetRemoveMethod() public static méthode

public static GetRemoveMethod ( this eventInfo, bool nonPublic ) : System.Reflection.MethodInfo
eventInfo this
nonPublic bool
Résultat System.Reflection.MethodInfo