指定された文字列を含む同時実行ビジュアライザーのトレース ファイルに警告を書き込みます。
名前空間: Microsoft.ConcurrencyVisualizer.Instrumentation
アセンブリ: Microsoft.ConcurrencyVisualizer.Markers (Microsoft.ConcurrencyVisualizer.Markers.dll 内)
構文
'宣言
Public Shared Sub WriteAlert ( _
text As String _
)
public static void WriteAlert(
string text
)
public:
static void WriteAlert(
String^ text
)
static member WriteAlert :
text:string -> unit
public static function WriteAlert(
text : String
)
パラメーター
- text
型 : System.String
警告の descripton。
.NET Framework セキュリティ
- 直前の呼び出し元に対する完全な信頼。このメンバーは、部分的に信頼されているコードから使用することはできません。詳細については、「部分信頼コードからのライブラリの使用」を参照してください。