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

返回

适用于