共用方式為


CounterAttribute<T> 建構函式

定義

多載

CounterAttribute<T>(String[])

初始化 CounterAttribute<T> 類別的新執行個體。

CounterAttribute<T>(Type)

初始化 CounterAttribute<T> 類別的新執行個體。

CounterAttribute<T>(String[])

來源:
CounterAttributeT.cs
來源:
CounterAttributeT.cs

初始化 CounterAttribute<T> 類別的新執行個體。

public:
 CounterAttribute(... cli::array <System::String ^> ^ tagNames);
public CounterAttribute (params string[] tagNames);
new Microsoft.Extensions.Diagnostics.Metrics.CounterAttribute<'T (requires 'T : struct)> : string[] -> Microsoft.Extensions.Diagnostics.Metrics.CounterAttribute<'T (requires 'T : struct)>
Public Sub New (ParamArray tagNames As String())

參數

tagNames
String[]

標記名稱的變數陣列。

適用於

CounterAttribute<T>(Type)

來源:
CounterAttributeT.cs
來源:
CounterAttributeT.cs

初始化 CounterAttribute<T> 類別的新執行個體。

public:
 CounterAttribute(Type ^ type);
public CounterAttribute (Type type);
new Microsoft.Extensions.Diagnostics.Metrics.CounterAttribute<'T (requires 'T : struct)> : Type -> Microsoft.Extensions.Diagnostics.Metrics.CounterAttribute<'T (requires 'T : struct)>
Public Sub New (type As Type)

參數

type
Type

提供計量標籤名稱的類型。 標籤值取自類型的公用欄位和屬性。

適用於