You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

56 lines
3.7 KiB

  1. <?xml version="1.0" encoding="utf-8"?>
  2. <doc>
  3. <assembly>
  4. <name>System.Diagnostics.Tools</name>
  5. </assembly>
  6. <members>
  7. <member name="T:System.CodeDom.Compiler.GeneratedCodeAttribute">
  8. <summary>Identifies code generated by a tool. This class cannot be inherited.</summary>
  9. </member>
  10. <member name="M:System.CodeDom.Compiler.GeneratedCodeAttribute.#ctor(System.String,System.String)">
  11. <summary>Initializes a new instance of the <see cref="T:System.CodeDom.Compiler.GeneratedCodeAttribute" /> class specifying the name and version of the tool that generated the code.</summary>
  12. <param name="tool">The name of the tool that generated the code.</param>
  13. <param name="version">The version of the tool that generated the code.</param>
  14. </member>
  15. <member name="P:System.CodeDom.Compiler.GeneratedCodeAttribute.Tool">
  16. <summary>Gets the name of the tool that generated the code.</summary>
  17. <returns>The name of the tool that generated to code.</returns>
  18. </member>
  19. <member name="P:System.CodeDom.Compiler.GeneratedCodeAttribute.Version">
  20. <summary>Gets the version of the tool that generated the code.</summary>
  21. <returns>The version of the tool that generated the code.</returns>
  22. </member>
  23. <member name="T:System.Diagnostics.CodeAnalysis.SuppressMessageAttribute">
  24. <summary>Suppresses reporting of a specific static analysis tool rule violation, allowing multiple suppressions on a single code artifact.</summary>
  25. </member>
  26. <member name="M:System.Diagnostics.CodeAnalysis.SuppressMessageAttribute.#ctor(System.String,System.String)">
  27. <summary>Initializes a new instance of the <see cref="T:System.Diagnostics.CodeAnalysis.SuppressMessageAttribute" /> class, specifying the category of the static analysis tool and the identifier for an analysis rule. </summary>
  28. <param name="category">The category for the attribute.</param>
  29. <param name="checkId">The identifier of the analysis tool rule the attribute applies to.</param>
  30. </member>
  31. <member name="P:System.Diagnostics.CodeAnalysis.SuppressMessageAttribute.Category">
  32. <summary>Gets the category identifying the classification of the attribute.</summary>
  33. <returns>The category identifying the attribute.</returns>
  34. </member>
  35. <member name="P:System.Diagnostics.CodeAnalysis.SuppressMessageAttribute.CheckId">
  36. <summary>Gets the identifier of the static analysis tool rule to be suppressed.</summary>
  37. <returns>The identifier of the static analysis tool rule to be suppressed.</returns>
  38. </member>
  39. <member name="P:System.Diagnostics.CodeAnalysis.SuppressMessageAttribute.Justification">
  40. <summary>Gets or sets the justification for suppressing the code analysis message.</summary>
  41. <returns>The justification for suppressing the message.</returns>
  42. </member>
  43. <member name="P:System.Diagnostics.CodeAnalysis.SuppressMessageAttribute.MessageId">
  44. <summary>Gets or sets an optional argument expanding on exclusion criteria.</summary>
  45. <returns>A string containing the expanded exclusion criteria.</returns>
  46. </member>
  47. <member name="P:System.Diagnostics.CodeAnalysis.SuppressMessageAttribute.Scope">
  48. <summary>Gets or sets the scope of the code that is relevant for the attribute.</summary>
  49. <returns>The scope of the code that is relevant for the attribute.</returns>
  50. </member>
  51. <member name="P:System.Diagnostics.CodeAnalysis.SuppressMessageAttribute.Target">
  52. <summary>Gets or sets a fully qualified path that represents the target of the attribute.</summary>
  53. <returns>A fully qualified path that represents the target of the attribute.</returns>
  54. </member>
  55. </members>
  56. </doc>