EventInfoExtensions.GetAddMethod Methode

Definition

Überlädt

GetAddMethod(EventInfo)
GetAddMethod(EventInfo, Boolean)

GetAddMethod(EventInfo)

Quelle:
TypeExtensions.cs
Quelle:
TypeExtensions.cs
Quelle:
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

Parameter

eventInfo
EventInfo

Gibt zurück

Gilt für:

GetAddMethod(EventInfo, Boolean)

Quelle:
TypeExtensions.cs
Quelle:
TypeExtensions.cs
Quelle:
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

Parameter

eventInfo
EventInfo
nonPublic
Boolean

Gibt zurück

Gilt für: