MarkerSeries.IsEnabled 方法
判斷是否有工作階段已啟用標記 ETW 提供者。
命名空間: Microsoft.ConcurrencyVisualizer.Instrumentation
組件: Microsoft.ConcurrencyVisualizer.Markers (在 Microsoft.ConcurrencyVisualizer.Markers.dll 中)
語法
'宣告
Public Function IsEnabled As Boolean
public bool IsEnabled()
public:
bool IsEnabled()
member IsEnabled : unit -> bool
public function IsEnabled() : boolean
傳回值
類型:Boolean
true 表示已啟用工作階段,否則為 false。
.NET Framework 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。