Method IsOverriddenAsOf
IsOverriddenAsOf(Type)
Returns, if this method is overridden/implemented in the inheritance path between
baseClass
and the given subclass subclazz
.
You can use this method to detect if a method that should normally be final was overridden by the given instance's class.
Declaration
public bool IsOverriddenAsOf(Type subclazz)
Parameters
Type | Name | Description |
---|---|---|
Type | subclazz |
Returns
Type | Description |
---|---|
System.Boolean |
|