C# 클래스 System.Diagnostics.Debug.WindowsDebugLogger

상속: IDebugLogger
파일 보기 프로젝트 열기: dotnet/corefx

공개 메소드들

메소드 설명
WriteCore ( string message ) : void

비공개 메소드들

메소드 설명
ShowAssertDialog ( string stackTrace, string message, string detailMessage ) : void
WriteToDebugger ( string message ) : void

메소드 상세

WriteCore() 공개 메소드

public WriteCore ( string message ) : void
message string
리턴 void