MethodBase._MethodBase.GetType Method

Definition

For a description of this member, see GetType().

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

Returns

For a description of this member, see GetType().

Implements

Remarks

This member is an explicit interface member implementation. It can be used only when the MethodBase instance is cast to an _MethodBase interface.

Applies to