EventInfoExtensions.GetRemoveMethod 方法

定義

多載

GetRemoveMethod(EventInfo)
GetRemoveMethod(EventInfo, Boolean)

GetRemoveMethod(EventInfo)

來源:
TypeExtensions.cs
來源:
TypeExtensions.cs
來源:
TypeExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
 static System::Reflection::MethodInfo ^ GetRemoveMethod(System::Reflection::EventInfo ^ eventInfo);
public static System.Reflection.MethodInfo GetRemoveMethod (this System.Reflection.EventInfo eventInfo);
public static System.Reflection.MethodInfo? GetRemoveMethod (this System.Reflection.EventInfo eventInfo);
static member GetRemoveMethod : System.Reflection.EventInfo -> System.Reflection.MethodInfo
<Extension()>
Public Function GetRemoveMethod (eventInfo As EventInfo) As MethodInfo

參數

eventInfo
EventInfo

傳回

適用於

GetRemoveMethod(EventInfo, Boolean)

來源:
TypeExtensions.cs
來源:
TypeExtensions.cs
來源:
TypeExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
 static System::Reflection::MethodInfo ^ GetRemoveMethod(System::Reflection::EventInfo ^ eventInfo, bool nonPublic);
public static System.Reflection.MethodInfo GetRemoveMethod (this System.Reflection.EventInfo eventInfo, bool nonPublic);
public static System.Reflection.MethodInfo? GetRemoveMethod (this System.Reflection.EventInfo eventInfo, bool nonPublic);
static member GetRemoveMethod : System.Reflection.EventInfo * bool -> System.Reflection.MethodInfo
<Extension()>
Public Function GetRemoveMethod (eventInfo As EventInfo, nonPublic As Boolean) As MethodInfo

參數

eventInfo
EventInfo
nonPublic
Boolean

傳回

適用於