共用方式為


Markers.WriteMessage 方法

 

發行︰ 2016年7月

將訊息寫入至並行視覺化檢視追蹤檔案。

命名空間:   Microsoft.ConcurrencyVisualizer.Instrumentation
組件:  Microsoft.ConcurrencyVisualizer.Markers (於 Microsoft.ConcurrencyVisualizer.Markers.dll)

多載清單

名稱 描述
System_CAPS_pubmethodSystem_CAPS_static WriteMessage(Importance, Int32, String)

使用指定的重要性層級、分類和文字,將訊息寫入至並行視覺化檢視追蹤檔案。

System_CAPS_pubmethodSystem_CAPS_static WriteMessage(Importance, Int32, String, Object[])

使用指定的重要性層級、分類和文字,將訊息寫入至並行視覺化檢視追蹤檔案。文字是由 formatargs 參數指定的。

System_CAPS_pubmethodSystem_CAPS_static WriteMessage(Importance, String)

使用指定的重要性層級和文字,將訊息寫入至並行視覺化檢視追蹤檔案。

System_CAPS_pubmethodSystem_CAPS_static WriteMessage(Importance, String, Object[])

使用指定的重要性層級和文字,將訊息寫入至並行視覺化檢視追蹤檔案。文字是由 formatargs 參數指定的。

System_CAPS_pubmethodSystem_CAPS_static WriteMessage(Int32, String)

以指定的重要層級和文字,將訊息寫入至並行視覺化檢視追蹤檔案。文字是由 formatargs 參數指定的。

System_CAPS_pubmethodSystem_CAPS_static WriteMessage(Int32, String, Object[])

以指定的分類和文字,將訊息寫入至並行視覺化檢視追蹤檔案。文字是由 formatargs 參數指定的。

System_CAPS_pubmethodSystem_CAPS_static WriteMessage(String)

使用指定的文字,將訊息寫入至並行視覺化檢視追蹤檔案。

System_CAPS_pubmethodSystem_CAPS_static WriteMessage(String, Object[])

使用指定的文字,將訊息寫入至並行視覺化檢視追蹤檔案。文字是由 formatargs 參數指定的。

另請參閱

Markers 類別
Microsoft.ConcurrencyVisualizer.Instrumentation 命名空間

回到頁首