Sign in or 


| void Write(string message) | Writes a message to the console |
| void WriteLine(string message) | Writes a message to the console followed by a newline |
| void Write(string message, ConsoleFlags flags) | Writes a message to the console with formatting options |
| void WriteLine(string message, ConsoleFlags flags) | Writes a message to the console with formatting options followed by a newline |
| void Flush() | Flushes the buffered output to the current console provider |
| string GetLog() | Retrieves the master console log |

|
Behnaz |
Latest page update: made by Behnaz
, Jun 7 2007, 5:08 PM EDT
(about this update
About This Update
view changes - complete history) |
|
Keyword tags:
None
More Info: links to this page
|