C# 클래스 MonoDevelop.Debugger.DisassemblyView

상속: MonoDevelop.Ide.Gui.AbstractViewContent, IClipboardHandler
파일 보기 프로젝트 열기: powerumc/monodevelop_korean 1 사용 예제들

Private Properties

프로퍼티 타입 설명
GetAddrId string
IClipboardHandler void
InsertAssemblerLine void
InsertLines int
InsertSourceLine void
OnPress void
OnRelease void
OnScrollEditor void
OnStepInto void
OnStepOver void
OnStop void
OnUpdateStep void
ShowLoadSourceFile void
UpdateCurrentLineMarker void

공개 메소드들

메소드 설명
DisassemblyView ( ) : System
Dispose ( ) : void
Fill ( ) : void
FillWithSource ( ) : void
Update ( ) : void

비공개 메소드들

메소드 설명
GetAddrId ( long addr, string addrSpace ) : string
IClipboardHandler ( ) : void
InsertAssemblerLine ( StringBuilder sb, int line, Mono.Debugging.Client.AssemblyLine asm ) : void
InsertLines ( int offset, int start, int end, int &newStart, int &newEnd ) : int
InsertSourceLine ( StringBuilder sb, int line, string text ) : void
OnPress ( object s, EventArgs a ) : void
OnRelease ( object s, EventArgs a ) : void
OnScrollEditor ( object s, EventArgs args ) : void
OnStepInto ( ) : void
OnStepOver ( ) : void
OnStop ( object s, EventArgs args ) : void
OnUpdateStep ( MonoDevelop.Components.Commands.CommandInfo ci ) : void
ShowLoadSourceFile ( Mono.Debugging.Client.StackFrame sf ) : void
UpdateCurrentLineMarker ( bool moveCaret ) : void

메소드 상세

DisassemblyView() 공개 메소드

public DisassemblyView ( ) : System
리턴 System

Dispose() 공개 메소드

public Dispose ( ) : void
리턴 void

Fill() 공개 메소드

public Fill ( ) : void
리턴 void

FillWithSource() 공개 메소드

public FillWithSource ( ) : void
리턴 void

Update() 공개 메소드

public Update ( ) : void
리턴 void