API Documentation
ArchUnitNET.Domain.Assembly Class Reference
Inheritance diagram for ArchUnitNET.Domain.Assembly:
Collaboration diagram for ArchUnitNET.Domain.Assembly:

Public Member Functions

 Assembly (string name, string fullName, bool isOnlyReferenced, [CanBeNull] List< string > referencedAssemblyNames)
 
bool Equals (Assembly other)
 
override bool Equals (object obj)
 
override int GetHashCode ()
 

Public Attributes

IEnumerable< AttributeAttributes => AttributeInstances.Select(instance => instance.Type)
 

Properties

bool IsOnlyReferenced [get]
 
string Name [get]
 
List< string > ReferencedAssemblyNames [get]
 
string FullName [get]
 
List< AttributeInstanceAttributeInstances = new List<AttributeInstance>() [get]
 
- Properties inherited from ArchUnitNET.Domain.IHasName
string Name [get]
 
string FullName [get]
 
- Properties inherited from ArchUnitNET.Domain.IHasAttributes
IEnumerable< AttributeAttributes [get]
 
List< AttributeInstanceAttributeInstances [get]
 

The documentation for this class was generated from the following file: