NDepend.API Documentation
GetImage<T> Method (ExtensionMethodsIssue)
NDepend.Issue Namespace > ExtensionMethodsIssue 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 quality gate status
Get the image that represents the qualityGateStatus.
Syntax
[Extension()]
public static T GetImage<T>( 
   QualityGateStatus qualityGateStatus
)
where T: class

Parameters

qualityGateStatus
The quality gate status

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

ExtensionMethodsIssue Class
ExtensionMethodsIssue Members