ComAwareEventInfo.GetOtherMethods(Boolean) 方法

定义

返回在元数据中与某事件相关联的公共或非公共方法。

public:
 override cli::array <System::Reflection::MethodInfo ^> ^ GetOtherMethods(bool nonPublic);
public override System.Reflection.MethodInfo[] GetOtherMethods (bool nonPublic);
override this.GetOtherMethods : bool -> System.Reflection.MethodInfo[]
Public Overrides Function GetOtherMethods (nonPublic As Boolean) As MethodInfo()

参数

nonPublic
Boolean

如果包括非公共方法,则为 true;否则为 false

返回

一个数组,表示在元数据中已与事件相关联的方法。 如果没有此类方法,则返回空数组。

适用于