C# Class Mosa.Tool.Debugger.DisplayView

Inheritance: DebuggerDockContent
ファイルを表示 Open project: tgiphil/MOSA-Project Class Usage Examples

Protected Properties

Property Type Description
height byte
memory byte[]
width byte

Public Methods

Method Description
Connect ( ) : void
DisplayView ( ) : System

Initializes a new instance of the DisplayView class.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

PutChar ( ushort x, ushort y, char c, byte colorindex, byte backgroundindex ) : void
UpdateBitMap ( ) : void

Private Methods

Method Description
CallBack_DisplayMemory ( DebugMessage message ) : void
DisplayForm_Paint ( object sender, PaintEventArgs e ) : void
DisplayMemory ( DebugMessage message ) : void
DisplayView_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

UpdateView ( ) : void
toolStripButton1_Click ( object sender, EventArgs e ) : void

Method Details

Connect() public method

public Connect ( ) : void
return void

DisplayView() public method

Initializes a new instance of the DisplayView class.
public DisplayView ( ) : System
return System

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

PutChar() protected method

protected PutChar ( ushort x, ushort y, char c, byte colorindex, byte backgroundindex ) : void
x ushort
y ushort
c char
colorindex byte
backgroundindex byte
return void

UpdateBitMap() protected method

protected UpdateBitMap ( ) : void
return void

Property Details

height protected_oe property

protected byte height
return byte

memory protected_oe property

protected byte[] memory
return byte[]

width protected_oe property

protected byte width
return byte