Click or drag to resize

CounterName Constructor (String, String, String)

Constructs a counter name.

Namespace:  Demo3D.Utilities.Performance
Assembly:  Demo3D.Common (in Demo3D.Common.dll) Version: 17.00.05
Syntax
C#
public CounterName(
	string? category,
	string name,
	string? instance
)

Parameters

category
Type: SystemString
Groups name.
name
Type: SystemString
Counter name.
instance
Type: SystemString
Name of instance of this counter.
See Also