C# Class kOS.ContextRunProgram

Inheritance: kOS.ExecutionContext
Afficher le fichier Open project: Nivekk/KOS Class Usage Examples

Méthodes publiques

Свойство Type Description
Filename string

Méthodes publiques

Méthode Description
Break ( ) : bool
ContextRunProgram ( kOS.ExecutionContext parent, List parameters, String filename ) : System
PopParameter ( ) : object
Run ( File file ) : void
Update ( float time ) : void
stripComment ( string line ) : string

Private Methods

Méthode Description
EvaluateNextCommand ( ) : void
RunBlock ( List block ) : void

Method Details

Break() public méthode

public Break ( ) : bool
Résultat bool

ContextRunProgram() public méthode

public ContextRunProgram ( kOS.ExecutionContext parent, List parameters, String filename ) : System
parent kOS.ExecutionContext
parameters List
filename String
Résultat System

PopParameter() public méthode

public PopParameter ( ) : object
Résultat object

Run() public méthode

public Run ( File file ) : void
file File
Résultat void

Update() public méthode

public Update ( float time ) : void
time float
Résultat void

stripComment() public méthode

public stripComment ( string line ) : string
line string
Résultat string

Property Details

Filename public_oe property

public string Filename
Résultat string