EventInfoExtensions.GetRaiseMethod Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
GetRaiseMethod(EventInfo) | |
GetRaiseMethod(EventInfo, Boolean) |
GetRaiseMethod(EventInfo)
- Source:
- TypeExtensions.cs
- Source:
- TypeExtensions.cs
- Source:
- TypeExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
static System::Reflection::MethodInfo ^ GetRaiseMethod(System::Reflection::EventInfo ^ eventInfo);
public static System.Reflection.MethodInfo GetRaiseMethod (this System.Reflection.EventInfo eventInfo);
public static System.Reflection.MethodInfo? GetRaiseMethod (this System.Reflection.EventInfo eventInfo);
static member GetRaiseMethod : System.Reflection.EventInfo -> System.Reflection.MethodInfo
<Extension()>
Public Function GetRaiseMethod (eventInfo As EventInfo) As MethodInfo
Parameters
- eventInfo
- EventInfo
Returns
Applies to
GetRaiseMethod(EventInfo, Boolean)
- Source:
- TypeExtensions.cs
- Source:
- TypeExtensions.cs
- Source:
- TypeExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
static System::Reflection::MethodInfo ^ GetRaiseMethod(System::Reflection::EventInfo ^ eventInfo, bool nonPublic);
public static System.Reflection.MethodInfo GetRaiseMethod (this System.Reflection.EventInfo eventInfo, bool nonPublic);
public static System.Reflection.MethodInfo? GetRaiseMethod (this System.Reflection.EventInfo eventInfo, bool nonPublic);
static member GetRaiseMethod : System.Reflection.EventInfo * bool -> System.Reflection.MethodInfo
<Extension()>
Public Function GetRaiseMethod (eventInfo As EventInfo, nonPublic As Boolean) As MethodInfo
Parameters
- eventInfo
- EventInfo
- nonPublic
- Boolean
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.