NDepend.API Documentation
NbTypesUsed Property (IAssembly)
NDepend.CodeModel Namespace > IAssembly Interface : NbTypesUsed Property
Gets a numeric nullable value counting types outside this assembly used by child types of this assembly. Third-party types are taken account in this cout.
Syntax
Nullable<uint> NbTypesUsed {get;}

Property Value

null if this assembly is a third-party assembly.
Otherwise returns this assembly NbTypesUsed numeric value.
Remarks
More information concerning the usefulness of this code metric is available in the descripions of the NormDistFromMainSeq and RelationalCohesion code metrics.
s
Requirements

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

See Also

Reference

IAssembly Interface
IAssembly Members