C# Class Mosa.Tool.Debugger.DisplayView

Inheritance: DebuggerDockContent
Afficher le fichier Open project: tgiphil/MOSA-Project Class Usage Examples

Protected Properties

Свойство Type Description
height byte
memory byte[]
width byte

Méthodes publiques

Méthode Description
Connect ( ) : void
DisplayView ( ) : System

Initializes a new instance of the DisplayView class.

Méthodes protégées

Méthode 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

Méthode 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 méthode

public Connect ( ) : void
Résultat void

DisplayView() public méthode

Initializes a new instance of the DisplayView class.
public DisplayView ( ) : System
Résultat System

Dispose() protected méthode

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

PutChar() protected méthode

protected PutChar ( ushort x, ushort y, char c, byte colorindex, byte backgroundindex ) : void
x ushort
y ushort
c char
colorindex byte
backgroundindex byte
Résultat void

UpdateBitMap() protected méthode

protected UpdateBitMap ( ) : void
Résultat void

Property Details

height protected_oe property

protected byte height
Résultat byte

memory protected_oe property

protected byte[] memory
Résultat byte[]

width protected_oe property

protected byte width
Résultat byte