[Extension()] public static bool IsUsedByAssembly( IUsed usedCodeElement, string userAssemblyName )
Parameters
- usedCodeElement
- This NDepend.CodeModel.IUsed object. A NDepend.CodeModel.IUsed object can be a NDepend.CodeModel.IAssembly, NDepend.CodeModel.INamespace, NDepend.CodeModel.IMember, NDepend.CodeModel.IType, NDepend.CodeModel.IMethod or NDepend.CodeModel.IField object.
- userAssemblyName
- The Name of the assembly user.
The string userAssemblyName can contain wildcard '*' characters but cannot be just a single wildcard string "*".
If one or several assemblies are matched by userAssemblyName, this method has a used by any behavior.