'DeclarationPublic Shared Function ExitCodeTestTypeDescription( _ ByVal ComparisonOperator As ExitCodeTestType, _ ByVal ExitCodeMin As Nullable(Of Integer), _ ByVal ExitCodeMax As Nullable(Of Integer) _ ) As String
public static string ExitCodeTestTypeDescription( ExitCodeTestType ComparisonOperator, Nullable<int> ExitCodeMin, Nullable<int> ExitCodeMax )
Parameters
- ComparisonOperator
 - The ExitCodeTestType used for the rule.
 - ExitCodeMin
 - The minimum exit code, if applicable.
 - ExitCodeMax
 - The maximum exit code, if applicable.