Parameters
- type
- This derived type.
- baseClassFullName
- The NDepend.CodeModel.ICodeElement.FullName of the base class.
The string baseClassFullName can contain wildcard '*' characters but cannot be just a single wildcard string "*".
If one or several classes are matched by baseClassFullName, this method has a derives from any behavior.
Return Value
baseClass being a NDepend.CodeModel.IType whose NDepend.CodeModel.ICodeElement.FullName is baseClassFullName:
Returns true if type is, directly or indirectly, deriving from a baseClass, otherwise returns false.
Returns true if type is, directly or indirectly, deriving from a baseClass, otherwise returns false.