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

Возвращаемое значение

Применяется к