MethodDefinitionUtil Class |
Namespace: Nova.Utilities
public static class MethodDefinitionUtil
The MethodDefinitionUtil type exposes the following members.
Name | Description | |
---|---|---|
FindBaseMethod |
Find the base virtual method for this method if it's an override.
| |
FindTypeArgument |
Find the type argument for the specified type parameter.
| |
FindTypeParameterIndex |
Find the index of the specified type parameter.
| |
GetParameter |
Find the parameter with the specified name.
| |
GetTypeParameter |
Get the type parameter at the specified index.
| |
IsComImport |
True if the method is a COM Import.
| |
IsExtensionMethod |
Check if the method is an extension method.
| |
IsOverride |
Check if the method is an override.
|
Name | Description | |
---|---|---|
ExtensionAttributeName |
The name of the extension method attribute.
|