Gets the static method represented by the current delegate.
Namespace:
?
System
Assembly:
?
mscorlib (in mscorlib.dll)
Syntax
Visual Basic (Declaration) |
---|
Protected Overridable Function GetMethodImpl As MethodInfo |
Visual C++ |
---|
protected:
virtual MethodInfo^ GetMethodImpl() |
JavaScript |
---|
function getMethodImpl(); |
Return Value
A
MethodInfo describing the static method represented by the current delegate.
Exceptions
Exception | Condition |
---|
System..::.MemberAccessException | The caller does not have access to the method represented by the delegate (for example, if the method is private). |
See Also