MethodMetadata Members

The MethodMetadata type exposes the following members.

Methods


  Name Description
Public method Equals(System.Object)
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected method Finalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public method GetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public method GetType
Gets the Type of the current instance.
(Inherited from Object.)
Public method Invoke
Invokes the method against the specified target.
Public method InvokeStatic
Invokes the static method.
Protected method MemberwiseClone
Creates a shallow copy of the current Object.
(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.