C# Class kOS.ContextRunProgram

Inheritance: kOS.ExecutionContext
Show file Open project: Nivekk/KOS Class Usage Examples

Public Properties

Property Type Description
Filename string

Public Methods

Method 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

Method Description
EvaluateNextCommand ( ) : void
RunBlock ( List block ) : void

Method Details

Break() public method

public Break ( ) : bool
return bool

ContextRunProgram() public method

public ContextRunProgram ( kOS.ExecutionContext parent, List parameters, String filename ) : System
parent kOS.ExecutionContext
parameters List
filename String
return System

PopParameter() public method

public PopParameter ( ) : object
return object

Run() public method

public Run ( File file ) : void
file File
return void

Update() public method

public Update ( float time ) : void
time float
return void

stripComment() public method

public stripComment ( string line ) : string
line string
return string

Property Details

Filename public property

public string Filename
return string