C# Class Pickaxe.Runtime.RuntimeBase

Inheritance: IDebug, IBreak, IRuntime
Mostra file Open project: bitsummation/pickaxe Class Usage Examples

Public Methods

Method Description
Call ( int line ) : void
OnProgress ( ) : void
Stop ( System.Action action ) : void
this ( string key ) : string

Protected Methods

Method Description
InitProxies ( ) : void
OnHighlight ( int line ) : void
OnProgress ( ProgressArgs args ) : void
OnSelect ( RuntimeTable results ) : void
RuntimeBase ( string args ) : System
TestProxy ( ) : bool

Private Methods

Method Description
IBreak ( int line ) : void
RegisterArgs ( string args ) : void
StopImpl ( System.Action action ) : void

Method Details

Call() public method

public Call ( int line ) : void
line int
return void

InitProxies() protected method

protected InitProxies ( ) : void
return void

OnHighlight() protected method

protected OnHighlight ( int line ) : void
line int
return void

OnProgress() public method

public OnProgress ( ) : void
return void

OnProgress() protected method

protected OnProgress ( ProgressArgs args ) : void
args ProgressArgs
return void

OnSelect() protected method

protected OnSelect ( RuntimeTable results ) : void
results RuntimeTable
return void

RuntimeBase() protected method

protected RuntimeBase ( string args ) : System
args string
return System

Stop() public method

public Stop ( System.Action action ) : void
action System.Action
return void

TestProxy() protected method

protected TestProxy ( ) : bool
return bool

this() public method

public this ( string key ) : string
key string
return string