EventInfoExtensions.GetRaiseMethod Método
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Sobrecargas
| Name | Description |
|---|---|
| GetRaiseMethod(EventInfo) | |
| GetRaiseMethod(EventInfo, Boolean) |
GetRaiseMethod(EventInfo)
- Origem:
- TypeExtensions.cs
- Origem:
- TypeExtensions.cs
- Origem:
- TypeExtensions.cs
- Origem:
- TypeExtensions.cs
- Origem:
- 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
Parâmetros
- eventInfo
- EventInfo
Devoluções
Aplica-se a
GetRaiseMethod(EventInfo, Boolean)
- Origem:
- TypeExtensions.cs
- Origem:
- TypeExtensions.cs
- Origem:
- TypeExtensions.cs
- Origem:
- TypeExtensions.cs
- Origem:
- 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
Parâmetros
- eventInfo
- EventInfo
- nonPublic
- Boolean