ClassCodeDescription
Class
CodeDescription attributes are used to enable the FiddlerScript Editor to describe available methods, properties, fields, and events.
Definition
Namespace:Fiddler
Assembly:FiddlerCore.dll
Syntax:
cs-api-definition
[AttributeUsage(AttributeTargets.Method|AttributeTargets.Property|AttributeTargets.Field|AttributeTargets.Event, Inherited = false, AllowMultiple = false)]
public sealed class CodeDescription : Attribute
Inheritance: objectAttributeCodeDescription
Inherited Members
Constructors
CodeDescription(string)
CodeDescription attributes should be constructed by annotating a property, method, or field.
Declaration
cs-api-definition
public CodeDescription(string desc)
Parameters
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