Click or drag to resize

MethodDefinitionUtil Methods

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
See Also