Class XmlExporterAttribute
- Namespace
- BenchmarkDotNet.Attributes
- Assembly
- BenchmarkDotNet.dll
[AttributeUsage(AttributeTargets.Assembly|AttributeTargets.Class, AllowMultiple = true)]
public class XmlExporterAttribute : ExporterConfigBaseAttribute, IConfigSource
- Inheritance
-
XmlExporterAttribute
- Implements
- Derived
- Inherited Members
Constructors
XmlExporterAttribute(string, bool, bool)
public XmlExporterAttribute(string fileNameSuffix = "", bool indentXml = false, bool excludeMeasurements = false)