C# Class System.Diagnostics.Debug.WindowsDebugLogger

Inheritance: IDebugLogger
Afficher le fichier Open project: dotnet/corefx

Méthodes publiques

Méthode Description
WriteCore ( string message ) : void

Private Methods

Méthode Description
ShowAssertDialog ( string stackTrace, string message, string detailMessage ) : void
WriteToDebugger ( string message ) : void

Method Details

WriteCore() public méthode

public WriteCore ( string message ) : void
message string
Résultat void