[Extension()] public static bool IsUsingType( IUser userCodeElement, string usedTypeFullName )
Parameters
- userCodeElement
- This NDepend.CodeModel.IUser object. A NDepend.CodeModel.IUser object can be a NDepend.CodeModel.IAssembly, NDepend.CodeModel.INamespace, NDepend.CodeModel.IType or NDepend.CodeModel.IMethod object.
- usedTypeFullName
- The NDepend.CodeModel.ICodeElement.FullName of the type used.
The string usedTypeFullName can contain wildcard '*' characters but cannot be just a single wildcard string "*".
If one or several types are matched by usedTypeFullName, this method has a using any behavior.