NDepend.API Documentation
IsThirdParty Property
NDepend.CodeModel Namespace > ICodeElement Interface : IsThirdParty Property
Gets a value indicating whether this code element is an application or a third-party code element.
Syntax
bool IsThirdParty {get;}

Property Value

true if this code element is declared in a third-party assembly, or is itself a third-party assembly.
Remarks
This property getter has a constant time complexity.
Requirements

Target Platforms: Windows 11, 10, 8, 7 and Linux, MacOS with net8.0, net7.0 or net6.0 installed

See Also

Reference

ICodeElement Interface
ICodeElement Members
ExceptThirdParty<TCodeElement> Method