Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
System
Diagnostics
Debug.WindowsDebugLogger
C# Class System.Diagnostics.Debug.WindowsDebugLogger
Inheritance:
IDebugLogger
ファイルを表示
Open project: dotnet/corefx
Public Methods
Method
Description
WriteCore
(
string
message
) :
void
Private Methods
Method
Description
ShowAssertDialog
(
string
stackTrace
,
string
message
,
string
detailMessage
) :
void
WriteToDebugger
(
string
message
) :
void
Method Details
WriteCore()
public
method
public
WriteCore
(
string
message
) :
void
message
string
return
void