C# Class Mono.Debugger.Frontend.StyleBase

Inheritance: Mono.Debugger.Style
Afficher le fichier Open project: baulig/debugger Class Usage Examples

Protected Properties

Свойство Type Description
interpreter Interpreter

Méthodes publiques

Méthode Description
PrintFrame ( ScriptingContext context, StackFrame frame ) : void
Reset ( ) : void
TargetEvent ( Thread thread, TargetEventArgs args ) : void
TargetStopped ( Interpreter interpreter, StackFrame frame, AssemblerLine current_insn ) : void
UnhandledException ( Interpreter interpreter, StackFrame frame, AssemblerLine current_insn ) : void

Méthodes protégées

Méthode Description
StyleBase ( Interpreter interpreter ) : System

Method Details

PrintFrame() public abstract méthode

public abstract PrintFrame ( ScriptingContext context, StackFrame frame ) : void
context ScriptingContext
frame Mono.Debugger.StackFrame
Résultat void

Reset() public abstract méthode

public abstract Reset ( ) : void
Résultat void

StyleBase() protected méthode

protected StyleBase ( Interpreter interpreter ) : System
interpreter Interpreter
Résultat System

TargetEvent() public abstract méthode

public abstract TargetEvent ( Thread thread, TargetEventArgs args ) : void
thread Thread
args Mono.Debugger.TargetEventArgs
Résultat void

TargetStopped() public abstract méthode

public abstract TargetStopped ( Interpreter interpreter, StackFrame frame, AssemblerLine current_insn ) : void
interpreter Interpreter
frame Mono.Debugger.StackFrame
current_insn Mono.Debugger.AssemblerLine
Résultat void

UnhandledException() public abstract méthode

public abstract UnhandledException ( Interpreter interpreter, StackFrame frame, AssemblerLine current_insn ) : void
interpreter Interpreter
frame Mono.Debugger.StackFrame
current_insn Mono.Debugger.AssemblerLine
Résultat void

Property Details

interpreter protected_oe property

protected Interpreter,Mono.Debugger.Frontend interpreter
Résultat Interpreter