C# Class MonoDevelop.Debugger.DisassemblyView

Inheritance: MonoDevelop.Ide.Gui.AbstractViewContent, IClipboardHandler
Afficher le fichier Open project: powerumc/monodevelop_korean Class Usage Examples

Private Properties

Свойство Type Description
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

Méthodes publiques

Méthode Description
DisassemblyView ( ) : System
Dispose ( ) : void
Fill ( ) : void
FillWithSource ( ) : void
Update ( ) : void

Private Methods

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

Method Details

DisassemblyView() public méthode

public DisassemblyView ( ) : System
Résultat System

Dispose() public méthode

public Dispose ( ) : void
Résultat void

Fill() public méthode

public Fill ( ) : void
Résultat void

FillWithSource() public méthode

public FillWithSource ( ) : void
Résultat void

Update() public méthode

public Update ( ) : void
Résultat void