MethodMetadata Properties

The MethodMetadata type exposes the following members.

Properties


  Name Description
Public property Attributes
Complete list of attributes that apply to the property
Public property IsProtected
Gets a value indicating whether this method is protected.
Public property IsPublic
Gets a value indicating whether this method is public.
Public property IsPure
Gets a value indicating whether this method is pure.
Public property IsStatic
Gets a value indicating whether this instance is static.
Public property MethodInfo
Gets the method information.
Public property Name
Public name of the method
Public property ParameterNames
Gets the parameter names.
Public property ReturnType
Gets the return type of this method.
Public property Signature
Gets the method signature.