Gets the static method of the class represented by the Delegate.
[Visual Basic] Public ReadOnly Property Method As MethodInfo [C#] public MethodInfo Method {get;} [C++] public: __property MethodInfo* get_Method(); [JScript] public function get Method() : 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. (?) |
Delegate Class | Delegate Members | System Namespace | MethodInfo | GetMethodImpl