C# Class Retro.Ngaro.VM

Datei anzeigen Open project: crcx/retro-language Class Usage Examples

Public Methods

Method Description
Execute ( ) : void
HandleDevices ( ) : void
Main ( string args ) : void
Process ( ) : void
VM ( ) : System
loadImage ( ) : void
read_key ( ) : int
saveImage ( ) : void

Method Details

Execute() public method

public Execute ( ) : void
return void

HandleDevices() public method

public HandleDevices ( ) : void
return void

Main() public static method

public static Main ( string args ) : void
args string
return void

Process() public method

public Process ( ) : void
return void

VM() public method

public VM ( ) : System
return System

loadImage() public method

public loadImage ( ) : void
return void

read_key() public method

public read_key ( ) : int
return int

saveImage() public method

public saveImage ( ) : void
return void