EventInfoExtensions.GetRaiseMethod 方法

定義

多載

GetRaiseMethod(EventInfo)
GetRaiseMethod(EventInfo, Boolean)

GetRaiseMethod(EventInfo)

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

參數

eventInfo
EventInfo

傳回

適用於

GetRaiseMethod(EventInfo, Boolean)

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

參數

eventInfo
EventInfo
nonPublic
Boolean

傳回

適用於