The CogToolTerminals CogMethodInfo type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Equals |
Determines whether the specified CogMethodInfo is equal to the
current CogMethodInfo.
(Overrides MethodInfo Equals(Object).) | |
| Finalize | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (Inherited from Object.) | |
| GetArguments | ||
| GetBaseDefinition | (Overrides MethodInfo GetBaseDefinition .) | |
| GetCustomAttributes(Boolean) | (Overrides MemberInfo GetCustomAttributes(Boolean).) | |
| GetCustomAttributes(Type, Boolean) | (Overrides MemberInfo GetCustomAttributes(Type, Boolean).) | |
| GetCustomAttributesData | Returns a list of CustomAttributeData objects representing data about the attributes that have been applied to the target member. (Inherited from MemberInfo.) | |
| GetGenericArguments | Returns an array of Type objects that represent the type arguments of a generic method or the type parameters of a generic method definition. (Inherited from MethodInfo.) | |
| GetGenericMethodDefinition | Returns a MethodInfo object that represents a generic method definition from which the current method can be constructed. (Inherited from MethodInfo.) | |
| GetHashCode |
Serves as a hash function for this type, suitable for use in hashing algorithms and data structures like a hash table.
(Overrides MethodInfo GetHashCode .) | |
| GetMethodBody | When overridden in a derived class, gets a MethodBody object that provides access to the MSIL stream, local variables, and exceptions for the current method. (Inherited from MethodBase.) | |
| GetMethodImplementationFlags | (Overrides MethodBase GetMethodImplementationFlags .) | |
| GetParameters | (Overrides MethodBase GetParameters .) | |
| GetSetType | ||
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Invoke(Object, Object ) | Invokes the method or constructor represented by the current instance, using the specified parameters. (Inherited from MethodBase.) | |
| Invoke(Object, BindingFlags, Binder, Object , CultureInfo) | (Overrides MethodBase Invoke(Object, BindingFlags, Binder, Object , CultureInfo).) | |
| IsDefined | (Overrides MemberInfo IsDefined(Type, Boolean).) | |
| MakeGenericMethod | Substitutes the elements of an array of types for the type parameters of the current generic method definition, and returns a MethodInfo object representing the resulting constructed method. (Inherited from MethodInfo.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | (Overrides Object ToString .) |
See Also