C# Class NesHd.Core.Debugger.Debug

Afficher le fichier Open project: afonsof/nes-hd

Méthodes publiques

Méthode Description
WriteLine ( object sender, string line, DebugStatus status ) : void
WriteSeparateLine ( object sender, DebugStatus status ) : void

Method Details

WriteLine() public static méthode

public static WriteLine ( object sender, string line, DebugStatus status ) : void
sender object
line string
status DebugStatus
Résultat void

WriteSeparateLine() public static méthode

public static WriteSeparateLine ( object sender, DebugStatus status ) : void
sender object
status DebugStatus
Résultat void