다음을 통해 공유


ComAwareEventInfo.GetRemoveMethod(Boolean) 메서드

정의

파생 클래스에서 재정의된 경우 해당 이벤트의 메서드를 제거하기 위해 MethodInfo 개체를 검색합니다.

public:
 override System::Reflection::MethodInfo ^ GetRemoveMethod(bool nonPublic);
public override System.Reflection.MethodInfo? GetRemoveMethod (bool nonPublic);
public override System.Reflection.MethodInfo GetRemoveMethod (bool nonPublic);
override this.GetRemoveMethod : bool -> System.Reflection.MethodInfo
Public Overrides Function GetRemoveMethod (nonPublic As Boolean) As MethodInfo

매개 변수

nonPublic
Boolean

public이 아닌 메서드를 반환하려면 true를 설정하고, 그렇지 않으면 false를 설정합니다.

반환

이벤트 처리기 대리자를 이벤트 소스에서 제거하는 데 사용된 메서드입니다.

예외

nonPublictrue이고 이벤트 처리기 대리자를 추가하는 데 사용된 메서드가 public이 아니지만 호출자가 public이 아닌 메서드를 리플렉션할 권한이 없는 경우

적용 대상

추가 정보