Returns a MethodBase object representing the currently executing method.
[Visual Basic] Public Shared Function GetCurrentMethod() As MethodBase [C#] public static MethodBase GetCurrentMethod(); [C++] public: static MethodBase* GetCurrentMethod(); [JScript] public static function GetCurrentMethod() : MethodBase;
Returns a MethodBase object representing the currently executing method.
The MethodBase objects are equal if they have the same name and refer to the same System.Runtime.InteropServices.Expando object.
MethodBase Class | MethodBase Members | System.Reflection Namespace