GenericTypeParameterBuilder.GetEvents 方法

定义

不支持不完整的泛型类型参数。

重载

GetEvents()

不支持不完整的泛型类型参数。

GetEvents(BindingFlags)

不支持不完整的泛型类型参数。

GetEvents()

Source:
GenericTypeParameterBuilder.cs

不支持不完整的泛型类型参数。

public:
 override cli::array <System::Reflection::EventInfo ^> ^ GetEvents();
public override System.Reflection.EventInfo[] GetEvents ();
override this.GetEvents : unit -> System.Reflection.EventInfo[]
Public Overrides Function GetEvents () As EventInfo()

返回

不支持不完整的泛型类型参数。

例外

在所有情况下。

注解

不完整的泛型类型参数不支持此方法。 从已完成的泛型类型定义中检索类型参数,然后在检索到的类型上使用反射。

适用于

GetEvents(BindingFlags)

Source:
GenericTypeParameterBuilder.cs

不支持不完整的泛型类型参数。

public:
 override cli::array <System::Reflection::EventInfo ^> ^ GetEvents(System::Reflection::BindingFlags bindingAttr);
public override System.Reflection.EventInfo[] GetEvents (System.Reflection.BindingFlags bindingAttr);
override this.GetEvents : System.Reflection.BindingFlags -> System.Reflection.EventInfo[]
Public Overrides Function GetEvents (bindingAttr As BindingFlags) As EventInfo()

参数

bindingAttr
BindingFlags

不支持。

返回

不支持不完整的泛型类型参数。

例外

在所有情况下。

注解

不完整的泛型类型参数不支持此方法。 从已完成的泛型类型定义中检索类型参数,然后在检索到的类型上使用反射。

适用于