MethodDescriptor Properties
.NET Framework 4.5
Top
The MethodDescriptor type exposes the following members.
| Name | Description | |
|---|---|---|
|
Attributes | Attributes attached to this method. |
|
Hub | Hub descriptor object, target to this method. |
|
Invoker | Method invocation delegate. Takes a target hub and an array of invocation arguments as it's arguments. |
|
Name | (Inherited from Descriptor.) |
|
NameSpecified | (Inherited from Descriptor.) |
|
Parameters | Available method parameters. |
|
ReturnType | The return type of this method. |
Show: