C# Class System.Reflection.EventInfoExtensions

Mostra file Open project: dotnet/corefx

Public Methods

Method 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 method

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

GetAddMethod() public static method

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

GetRaiseMethod() public static method

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

GetRaiseMethod() public static method

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

GetRemoveMethod() public static method

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

GetRemoveMethod() public static method

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