Namespace: MbUnit.Framework
Assembly:  MbUnit.Framework (in MbUnit.Framework.dll)

Syntax

         
 C#  Visual Basic  Visual C++ 
public PerfCounterAttribute(
	string categoryName,
	string counterName,
	float maxValue
)
Public Sub New ( _
	categoryName As String, _
	counterName As String, _
	maxValue As Single _
)
public:
PerfCounterAttribute(
	String^ categoryName, 
	String^ counterName, 
	float maxValue
)

Parameters

categoryName
String
counterName
String
maxValue
Single

See Also