EventInfo._EventInfo.GetType 方法

定义

返回表示 T:System.Type 类型的 EventInfo 对象。

 virtual Type ^ System.Runtime.InteropServices._EventInfo.GetType() = System::Runtime::InteropServices::_EventInfo::GetType;
Type _EventInfo.GetType ();
abstract member System.Runtime.InteropServices._EventInfo.GetType : unit -> Type
override this.System.Runtime.InteropServices._EventInfo.GetType : unit -> Type
Function GetType () As Type Implements _EventInfo.GetType

返回

一个 T:System.Type 对象,表示 EventInfo 类型。

实现

适用于