C# Class Pickaxe.Runtime.RuntimeBase

Inheritance: IDebug, IBreak, IRuntime
Afficher le fichier Open project: bitsummation/pickaxe Class Usage Examples

Méthodes publiques

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

Méthodes protégées

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

Private Methods

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

Method Details

Call() public méthode

public Call ( int line ) : void
line int
Résultat void

InitProxies() protected méthode

protected InitProxies ( ) : void
Résultat void

OnHighlight() protected méthode

protected OnHighlight ( int line ) : void
line int
Résultat void

OnProgress() public méthode

public OnProgress ( ) : void
Résultat void

OnProgress() protected méthode

protected OnProgress ( ProgressArgs args ) : void
args ProgressArgs
Résultat void

OnSelect() protected méthode

protected OnSelect ( RuntimeTable results ) : void
results RuntimeTable
Résultat void

RuntimeBase() protected méthode

protected RuntimeBase ( string args ) : System
args string
Résultat System

Stop() public méthode

public Stop ( System.Action action ) : void
action System.Action
Résultat void

TestProxy() protected méthode

protected TestProxy ( ) : bool
Résultat bool

this() public méthode

public this ( string key ) : string
key string
Résultat string