Méthode | Description | |
---|---|---|
AnsiInterpret ( string code ) : void |
Interprets an individual ansi code.
|
|
AnsiReadLine ( string line, bool moreLines = false ) : bool |
Reads a line of ANSI.SYS code.
|
|
AnsiWriter ( |
||
Process ( double timeElapsed ) : void | ||
ReadEntireDocument ( ) : void |
Loads an ansi file and parses it.
|
|
Restart ( ) : void |
public AnsiInterpret ( string code ) : void | ||
code | string | The ANSI.SYS code to read. |
Résultat | void |
public AnsiReadLine ( string line, bool moreLines = false ) : bool | ||
line | string | The line to read. |
moreLines | bool | |
Résultat | bool |
public AnsiWriter ( |
||
ansiDocument | ||
editor | ||
Résultat | System |
public Process ( double timeElapsed ) : void | ||
timeElapsed | double | |
Résultat | void |