C# 클래스 Mono.Debugger.Frontend.StyleBase

상속: Mono.Debugger.Style
파일 보기 프로젝트 열기: baulig/debugger 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
interpreter Interpreter

공개 메소드들

메소드 설명
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

보호된 메소드들

메소드 설명
StyleBase ( Interpreter interpreter ) : System

메소드 상세

PrintFrame() 공개 추상적인 메소드

public abstract PrintFrame ( ScriptingContext context, StackFrame frame ) : void
context ScriptingContext
frame Mono.Debugger.StackFrame
리턴 void

Reset() 공개 추상적인 메소드

public abstract Reset ( ) : void
리턴 void

StyleBase() 보호된 메소드

protected StyleBase ( Interpreter interpreter ) : System
interpreter Interpreter
리턴 System

TargetEvent() 공개 추상적인 메소드

public abstract TargetEvent ( Thread thread, TargetEventArgs args ) : void
thread Thread
args Mono.Debugger.TargetEventArgs
리턴 void

TargetStopped() 공개 추상적인 메소드

public abstract TargetStopped ( Interpreter interpreter, StackFrame frame, AssemblerLine current_insn ) : void
interpreter Interpreter
frame Mono.Debugger.StackFrame
current_insn Mono.Debugger.AssemblerLine
리턴 void

UnhandledException() 공개 추상적인 메소드

public abstract UnhandledException ( Interpreter interpreter, StackFrame frame, AssemblerLine current_insn ) : void
interpreter Interpreter
frame Mono.Debugger.StackFrame
current_insn Mono.Debugger.AssemblerLine
리턴 void

프로퍼티 상세

interpreter 보호되어 있는 프로퍼티

protected Interpreter,Mono.Debugger.Frontend interpreter
리턴 Interpreter