Click or drag to resize

MethodDefinitionUtil Class

Extension methods for MethodDefinition.
Inheritance Hierarchy
SystemObject
  Nova.UtilitiesMethodDefinitionUtil

Namespace:  Nova.Utilities
Assembly:  Nova.CodeDOM (in Nova.CodeDOM.dll) Version: 7.44.8391.13415
Syntax
C#
public static class MethodDefinitionUtil

The MethodDefinitionUtil type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFindBaseMethod
Find the base virtual method for this method if it's an override.
Public methodStatic memberFindTypeArgument
Find the type argument for the specified type parameter.
Public methodStatic memberFindTypeParameterIndex
Find the index of the specified type parameter.
Public methodStatic memberGetParameter
Find the parameter with the specified name.
Public methodStatic memberGetTypeParameter
Get the type parameter at the specified index.
Public methodStatic memberIsComImport
True if the method is a COM Import.
Public methodStatic memberIsExtensionMethod
Check if the method is an extension method.
Public methodStatic memberIsOverride
Check if the method is an override.
Top
Fields
  NameDescription
Public fieldStatic memberExtensionAttributeName
The name of the extension method attribute.
Top
See Also