NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

Delegate.Method

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;

Property Value

A MethodInfo describing the static method represented by the Delegate.

Exceptions

Exception Type Condition
AccessException The caller does not have access to the method represented by the Delegate; for instance, if the method is private. (?)

See Also

Delegate Class | Delegate Members | System Namespace | MethodInfo | GetMethodImpl