EventInfoExtensions.GetAddMethod 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
GetAddMethod(EventInfo) | |
GetAddMethod(EventInfo, Boolean) |
GetAddMethod(EventInfo)
- Source:
- TypeExtensions.cs
- Source:
- TypeExtensions.cs
- Source:
- TypeExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
static System::Reflection::MethodInfo ^ GetAddMethod(System::Reflection::EventInfo ^ eventInfo);
public static System.Reflection.MethodInfo GetAddMethod (this System.Reflection.EventInfo eventInfo);
public static System.Reflection.MethodInfo? GetAddMethod (this System.Reflection.EventInfo eventInfo);
static member GetAddMethod : System.Reflection.EventInfo -> System.Reflection.MethodInfo
<Extension()>
Public Function GetAddMethod (eventInfo As EventInfo) As MethodInfo
Parameters
- eventInfo
- EventInfo
Returns
Applies to
GetAddMethod(EventInfo, Boolean)
- Source:
- TypeExtensions.cs
- Source:
- TypeExtensions.cs
- Source:
- TypeExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
static System::Reflection::MethodInfo ^ GetAddMethod(System::Reflection::EventInfo ^ eventInfo, bool nonPublic);
public static System.Reflection.MethodInfo GetAddMethod (this System.Reflection.EventInfo eventInfo, bool nonPublic);
public static System.Reflection.MethodInfo? GetAddMethod (this System.Reflection.EventInfo eventInfo, bool nonPublic);
static member GetAddMethod : System.Reflection.EventInfo * bool -> System.Reflection.MethodInfo
<Extension()>
Public Function GetAddMethod (eventInfo As EventInfo, nonPublic As Boolean) As MethodInfo
Parameters
- eventInfo
- EventInfo
- nonPublic
- Boolean
Returns
Applies to
Dolgozzon együtt velünk a GitHubon
A tartalom forrása a GitHubon található, ahol létrehozhat és áttekinthet problémákat és lekéréses kérelmeket is. További információért tekintse meg a közreműködői útmutatónkat.