MethodMetadata Properties
The MethodMetadata type exposes the following members.
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.
|

