C# 클래스 Pickaxe.Runtime.RuntimeBase

상속: IDebug, IBreak, IRuntime
파일 보기 프로젝트 열기: bitsummation/pickaxe 1 사용 예제들

공개 메소드들

메소드 설명
Call ( int line ) : void
OnProgress ( ) : void
Stop ( System.Action action ) : void
this ( string key ) : string

보호된 메소드들

메소드 설명
InitProxies ( ) : void
OnHighlight ( int line ) : void
OnProgress ( ProgressArgs args ) : void
OnSelect ( RuntimeTable results ) : void
RuntimeBase ( string args ) : System
TestProxy ( ) : bool

비공개 메소드들

메소드 설명
IBreak ( int line ) : void
RegisterArgs ( string args ) : void
StopImpl ( System.Action action ) : void

메소드 상세

Call() 공개 메소드

public Call ( int line ) : void
line int
리턴 void

InitProxies() 보호된 메소드

protected InitProxies ( ) : void
리턴 void

OnHighlight() 보호된 메소드

protected OnHighlight ( int line ) : void
line int
리턴 void

OnProgress() 공개 메소드

public OnProgress ( ) : void
리턴 void

OnProgress() 보호된 메소드

protected OnProgress ( ProgressArgs args ) : void
args ProgressArgs
리턴 void

OnSelect() 보호된 메소드

protected OnSelect ( RuntimeTable results ) : void
results RuntimeTable
리턴 void

RuntimeBase() 보호된 메소드

protected RuntimeBase ( string args ) : System
args string
리턴 System

Stop() 공개 메소드

public Stop ( System.Action action ) : void
action System.Action
리턴 void

TestProxy() 보호된 메소드

protected TestProxy ( ) : bool
리턴 bool

this() 공개 메소드

public this ( string key ) : string
key string
리턴 string