Table of Contents

Class FieldDescriptionAttribute

Namespace
NAudio.Utils
Assembly
NAudio.Core.dll

Allows us to add descriptions to interop members

[AttributeUsage(AttributeTargets.Field)]
public class FieldDescriptionAttribute : Attribute
Inheritance
FieldDescriptionAttribute
Inherited Members

Constructors

FieldDescriptionAttribute(string)

Field description

public FieldDescriptionAttribute(string description)

Parameters

description string

Properties

Description

The description

public string Description { get; }

Property Value

string

Methods

ToString()

String representation

public override string ToString()

Returns

string