NDepend.API Documentation
GetImage<T> Method (ExtensionMethodsDebt)
NDepend.TechnicalDebt Namespace > ExtensionMethodsDebt Class : GetImage<T> Method
So far the GetImage<T>() parameter type T must be System.Drawing.Image. This requirement might evolve in future version when other UI framework will be supported.
The severity level.
Get the image that represents the severity level.
Syntax
[Extension()]
public static T GetImage<T>( 
   Severity severity
)
where T: class

Parameters

severity
The severity level.

Type Parameters

T
So far the GetImage<T>() parameter type T must be System.Drawing.Image. This requirement might evolve in future version when other UI framework will be supported.
Requirements

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

See Also

Reference

ExtensionMethodsDebt Class
ExtensionMethodsDebt Members