NDepend.API Documentation
IsExtractedFromCode Property (IGroup)
NDepend.CodeQuery Namespace > IGroup Interface : IsExtractedFromCode Property
Gets a value indicating whether this group has been created for queries extracted from code, with the attribute NDepend.Attributes.CodeRuleAttribute.
Syntax
bool IsExtractedFromCode {get;}
Remarks
When this.IsExtractedFromCode is true, the group name is the namespace that contains the code elements tagged with NDepend.Attributes.CodeRuleAttribute.
For anonymous namespace, the group name is the parent assembly name that contains the code elements tagged with NDepend.Attributes.CodeRuleAttribute.
Requirements

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

See Also

Reference

IGroup Interface
IGroup Members
CodeRuleAttribute Class