TypeProvider.GetEventHandlerType(EventInfo) 메서드

정의

Type에 대한 참조가 지정된 EventHandlerEventInfo을 가져옵니다.

public:
 static Type ^ GetEventHandlerType(System::Reflection::EventInfo ^ eventInfo);
public static Type GetEventHandlerType (System.Reflection.EventInfo eventInfo);
static member GetEventHandlerType : System.Reflection.EventInfo -> Type
Public Shared Function GetEventHandlerType (eventInfo As EventInfo) As Type

매개 변수

eventInfo
EventInfo

EventInfo 형식을 가져올 EventHandler입니다.

반환

Type

Type에 대한 참조가 지정된 EventHandlerEventInfo입니다.

예외

eventInfo가 null 참조(Visual Basic Nothing)인 경우

적용 대상