C# Класс Mosa.Tool.Debugger.DisplayView

Наследование: DebuggerDockContent
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
height byte
memory byte[]
width byte

Открытые методы

Метод Описание
Connect ( ) : void
DisplayView ( ) : System

Initializes a new instance of the DisplayView class.

Защищенные методы

Метод Описание
Dispose ( bool disposing ) : void

Clean up any resources being used.

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

Приватные методы

Метод Описание
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

Описание методов

Connect() публичный Метод

public Connect ( ) : void
Результат void

DisplayView() публичный Метод

Initializes a new instance of the DisplayView class.
public DisplayView ( ) : System
Результат System

Dispose() защищенный Метод

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Результат void

PutChar() защищенный Метод

protected PutChar ( ushort x, ushort y, char c, byte colorindex, byte backgroundindex ) : void
x ushort
y ushort
c char
colorindex byte
backgroundindex byte
Результат void

UpdateBitMap() защищенный Метод

protected UpdateBitMap ( ) : void
Результат void

Описание свойств

height защищенное свойство

protected byte height
Результат byte

memory защищенное свойство

protected byte[] memory
Результат byte[]

width защищенное свойство

protected byte width
Результат byte