다음을 통해 공유


ComAwareEventInfo.GetOtherMethods(Boolean) 메서드

정의

메타데이터의 이벤트에 연결된 public 또는 public이 아닌 메서드를 반환합니다.

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

public이 아닌 메서드를 포함하면 true이고, 그렇지 않으면 false입니다.

반환

메타데이터의 이벤트에 연결된 메서드를 나타내는 배열입니다. 해당되는 메서드가 없으면 빈 배열이 반환됩니다.

적용 대상