EventInfoExtensions.GetRaiseMethod メソッド

定義

オーバーロード

GetRaiseMethod(EventInfo)
GetRaiseMethod(EventInfo, Boolean)

GetRaiseMethod(EventInfo)

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)

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

戻り値

適用対象