IsMethod | Returns true - because this is a method |
IsSpecialName | |
IsVirtual | |
Parameters | Gets a list of parameters expected by this method |
ReturnType | Gets the return type of this method. |
CreateDelegate | Creates a delegate bound to this method. |
Invoke | Invokes this method. |
InvokeWithReturn | Invokes this method and returns a value. |