C# Class System.Diagnostics.Debug.WindowsDebugLogger

Inheritance: IDebugLogger
Mostra file 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