MethodDescriptor Properties

.NET Framework 4.5

The MethodDescriptor type exposes the following members.

  NameDescription
Public property Attributes Attributes attached to this method.
Public property Hub Hub descriptor object, target to this method.
Public property Invoker Method invocation delegate. Takes a target hub and an array of invocation arguments as it's arguments.
Public property Name (Inherited from Descriptor.)
Public property NameSpecified (Inherited from Descriptor.)
Public property Parameters Available method parameters.
Public property ReturnType The return type of this method.
Top
Show: