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