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