Class CodeDescription
CodeDescription attributes are used to enable the FiddlerScript Editor to describe available methods, properties, fields, and events.
Inheritance
Namespace: Fiddler
Assembly: FiddlerCore.dll
Syntax
public sealed class CodeDescription : Attribute
Constructors
CodeDescription(String)
CodeDescription attributes should be constructed by annotating a property, method, or field.
Declaration
public CodeDescription(string desc)
Parameters
System.String
desc
The descriptive string which should be displayed for this this property, method, or field |
Properties
Description
The descriptive string which should be displayed for this this property, method, or field
Declaration
public string Description { get; }
Property Value
System.String
|