CounterAttribute<T> 建構函式
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
多載
CounterAttribute<T>(String[]) |
初始化 CounterAttribute<T> 類別的新執行個體。 |
CounterAttribute<T>(Type) |
初始化 CounterAttribute<T> 類別的新執行個體。 |
CounterAttribute<T>(String[])
初始化 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)
初始化 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
提供計量標籤名稱的類型。 標籤值取自類型的公用欄位和屬性。