ReflectionUtilities.

GetInheritanceModifier(Type, string, Type[]) Method

Summary

Returns null, "override" or "new" as appropriate for a method called `methodName` in a child of `baseType`.
Assembly
Weaver.dll
Namespace
Weaver
Containing Type
ReflectionUtilities

Syntax

public static string GetInheritanceModifier(Type baseType, string methodName, params Type[] parameterTypes)

Parameters

Name Type Description
baseType Type
methodName string
parameterTypes Type[]

Return Value

Type Description
string