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 オブジェクト。

実装

適用対象