MethodMetadata Members
The MethodMetadata type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
Invoke |
Invokes the method against the specified target.
|
|
|
InvokeStatic |
Invokes the static method.
|
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString |
Returns a [String] that represents this instance.
|
Properties
| Name | Description | |
|---|---|---|
|
|
Attributes |
Complete list of attributes that apply to the property
|
|
|
IsProtected |
Gets a value indicating whether this method is protected.
|
|
|
IsPublic |
Gets a value indicating whether this method is public.
|
|
|
IsPure |
Gets a value indicating whether this method is pure.
|
|
|
IsStatic |
Gets a value indicating whether this instance is static.
|
|
|
MethodInfo |
Gets the method information.
|
|
|
Name |
Public name of the method
|
|
|
ParameterNames |
Gets the parameter names.
|
|
|
ReturnType |
Gets the return type of this method.
|
|
|
Signature |
Gets the method signature.
|

