EventInfoExtensions.GetAddMethod Metode
Definisi
Penting
Beberapa informasi terkait produk prarilis yang dapat diubah secara signifikan sebelum dirilis. Microsoft tidak memberikan jaminan, tersirat maupun tersurat, sehubungan dengan informasi yang diberikan di sini.
Overload
GetAddMethod(EventInfo) | |
GetAddMethod(EventInfo, Boolean) |
GetAddMethod(EventInfo)
- Sumber:
- TypeExtensions.cs
- Sumber:
- TypeExtensions.cs
- Sumber:
- TypeExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
static System::Reflection::MethodInfo ^ GetAddMethod(System::Reflection::EventInfo ^ eventInfo);
public static System.Reflection.MethodInfo GetAddMethod (this System.Reflection.EventInfo eventInfo);
public static System.Reflection.MethodInfo? GetAddMethod (this System.Reflection.EventInfo eventInfo);
static member GetAddMethod : System.Reflection.EventInfo -> System.Reflection.MethodInfo
<Extension()>
Public Function GetAddMethod (eventInfo As EventInfo) As MethodInfo
Parameter
- eventInfo
- EventInfo
Mengembalikan
Berlaku untuk
GetAddMethod(EventInfo, Boolean)
- Sumber:
- TypeExtensions.cs
- Sumber:
- TypeExtensions.cs
- Sumber:
- TypeExtensions.cs
public:
[System::Runtime::CompilerServices::Extension]
static System::Reflection::MethodInfo ^ GetAddMethod(System::Reflection::EventInfo ^ eventInfo, bool nonPublic);
public static System.Reflection.MethodInfo GetAddMethod (this System.Reflection.EventInfo eventInfo, bool nonPublic);
public static System.Reflection.MethodInfo? GetAddMethod (this System.Reflection.EventInfo eventInfo, bool nonPublic);
static member GetAddMethod : System.Reflection.EventInfo * bool -> System.Reflection.MethodInfo
<Extension()>
Public Function GetAddMethod (eventInfo As EventInfo, nonPublic As Boolean) As MethodInfo
Parameter
- eventInfo
- EventInfo
- nonPublic
- Boolean
Mengembalikan
Berlaku untuk
Berkolaborasi dengan kami di GitHub
Sumber untuk konten ini dapat ditemukan di GitHub, yang juga dapat Anda gunakan untuk membuat dan meninjau masalah dan menarik permintaan. Untuk informasi selengkapnya, lihat panduan kontributor kami.