Online and CHM
PerformQualityCheck Method (IQualityCheck)



KellermanSoftware.StaticCodeAnalysis.QualityChecks Namespace > IQualityCheck Interface : PerformQualityCheck Method
Perform the quality check against the code with the passed in language parser
Syntax
'Declaration
 
Function PerformQualityCheck( _
   ByVal parser As BaseLanguageParser _
) As List(Of QualityViolation)
'Usage
 
Dim instance As IQualityCheck
Dim parser As BaseLanguageParser
Dim value As List(Of QualityViolation)
 
value = instance.PerformQualityCheck(parser)

Parameters

parser
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IQualityCheck Interface
IQualityCheck Members