Table of Contents

Class ParameterDefinition

Namespace
BenchmarkDotNet.Parameters
Assembly
BenchmarkDotNet.dll
public class ParameterDefinition
Inheritance
ParameterDefinition

Constructors

ParameterDefinition(string, bool, object[], bool, Type, int)

public ParameterDefinition(string name, bool isStatic, object[] values, bool isArgument, Type parameterType, int priorityInCategory)

Parameters

name string
isStatic bool
values object[]
isArgument bool
parameterType Type
priorityInCategory int

Properties

IsArgument

public bool IsArgument { get; }

Property Value

bool

IsStatic

public bool IsStatic { get; }

Property Value

bool

Name

public string Name { get; }

Property Value

string

ParameterType

public Type ParameterType { get; }

Property Value

Type

PriorityInCategory

public int PriorityInCategory { get; }

Property Value

int

Values

public object[] Values { get; }

Property Value

object[]