Gets the static method of the class represented by the Delegate.
[Visual Basic] Overridable Protected Function GetMethodImpl() As MethodInfo [C#] protected virtual MethodInfo GetMethodImpl(); [C++] protected: virtual MethodInfo* GetMethodImpl(); [JScript] protected function GetMethodImpl() : MethodInfo;
A MethodInfo describing the static method represented by the Delegate.
Exception Type | Condition |
---|---|
AccessException | The caller does not have access to the method represented by the Delegate; for instance, if the method is private. (?) |
This method can be overridden by a derived class.
Delegate Class | Delegate Members | System Namespace | MethodInfo | Method