TypeExtensions.GetEvent メソッド

定義

オーバーロード

GetEvent(Type, String)
GetEvent(Type, String, BindingFlags)

GetEvent(Type, String)

public:
[System::Runtime::CompilerServices::Extension]
 static System::Reflection::EventInfo ^ GetEvent(Type ^ type, System::String ^ name);
public static System.Reflection.EventInfo GetEvent (this Type type, string name);
public static System.Reflection.EventInfo? GetEvent (this Type type, string name);
static member GetEvent : Type * string -> System.Reflection.EventInfo
<Extension()>
Public Function GetEvent (type As Type, name As String) As EventInfo

パラメーター

type
Type
name
String

戻り値

適用対象

GetEvent(Type, String, BindingFlags)

public:
[System::Runtime::CompilerServices::Extension]
 static System::Reflection::EventInfo ^ GetEvent(Type ^ type, System::String ^ name, System::Reflection::BindingFlags bindingAttr);
public static System.Reflection.EventInfo GetEvent (this Type type, string name, System.Reflection.BindingFlags bindingAttr);
public static System.Reflection.EventInfo? GetEvent (this Type type, string name, System.Reflection.BindingFlags bindingAttr);
static member GetEvent : Type * string * System.Reflection.BindingFlags -> System.Reflection.EventInfo
<Extension()>
Public Function GetEvent (type As Type, name As String, bindingAttr As BindingFlags) As EventInfo

パラメーター

type
Type
name
String
bindingAttr
BindingFlags

戻り値

適用対象