EventInfoExtensions.GetRaiseMethod 메서드

정의

오버로드

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

매개 변수

eventInfo
EventInfo

반환

적용 대상

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

매개 변수

eventInfo
EventInfo
nonPublic
Boolean

반환

적용 대상