C# 클래스 Mosa.Tool.Debugger.DisplayView

상속: DebuggerDockContent
파일 보기 프로젝트 열기: tgiphil/MOSA-Project 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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