![]() |
API Documentation
|


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< Attribute > | Attributes => AttributeInstances.Select(instance => instance.Type) |
Properties | |
| bool | IsOnlyReferenced [get] |
| string | Name [get] |
| List< string > | ReferencedAssemblyNames [get] |
| string | FullName [get] |
| List< AttributeInstance > | AttributeInstances = new List<AttributeInstance>() [get] |
Properties inherited from ArchUnitNET.Domain.IHasName | |
| string | Name [get] |
| string | FullName [get] |
Properties inherited from ArchUnitNET.Domain.IHasAttributes | |
| IEnumerable< Attribute > | Attributes [get] |
| List< AttributeInstance > | AttributeInstances [get] |