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 表示类型的 MethodInfo 对象。

实现

适用于