MethodInfo._MethodInfo.GetType 方法

定义

提供从 COM 对 GetType() 方法的访问。

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

返回

Type

一个 Type 对象,表示 MethodInfo 类型。

实现

适用于