MethodMetadata Members

The MethodMetadata type exposes the following members.

Methods


  Name Description
Public method Equals(System.Object) (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Public method Invoke
Invokes the method against the specified target.
Public method InvokeStatic
Invokes the static method.
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString
Returns a [String] that represents this instance.

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.