共用方式為


GenericTypeParameterBuilder.GetEvents 方法

定義

不支援不完整的泛型型別參數。

多載

GetEvents()

不支援不完整的泛型型別參數。

GetEvents(BindingFlags)

不支援不完整的泛型型別參數。

GetEvents()

來源:
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)

來源:
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

不支援。

傳回

不支援不完整的泛型型別參數。

例外狀況

在所有情況下。

備註

不完整的泛型型別參數不支援這個方法。 從已完成的泛型型別定義擷取型別參數,然後在擷取的類型上使用反映。

適用於