C# Class kOS.Safe.Compilation.KS.KSScript

Inheritance: Script
Afficher le fichier Open project: KSP-KOS/KOS

Méthodes publiques

Méthode Description
ClearContext ( string contextId ) : void
Compile ( GlobalPath filePath, int startLineNum, string scriptText, string contextId, CompilerOptions options ) : List
IsCommandComplete ( string command ) : bool
KSScript ( ) : System.Collections.Generic

Private Methods

Méthode Description
AssignSourceId ( IEnumerable parts, GlobalPath filePath ) : void
LoadContext ( string contextId ) : void

Method Details

ClearContext() public méthode

public ClearContext ( string contextId ) : void
contextId string
Résultat void

Compile() public méthode

public Compile ( GlobalPath filePath, int startLineNum, string scriptText, string contextId, CompilerOptions options ) : List
filePath kOS.Safe.Persistence.GlobalPath
startLineNum int
scriptText string
contextId string
options CompilerOptions
Résultat List

IsCommandComplete() public méthode

public IsCommandComplete ( string command ) : bool
command string
Résultat bool

KSScript() public méthode

public KSScript ( ) : System.Collections.Generic
Résultat System.Collections.Generic