C# 클래스 kOS.Safe.Compilation.KS.KSScript

상속: Script
파일 보기 프로젝트 열기: KSP-KOS/KOS

공개 메소드들

메소드 설명
ClearContext ( string contextId ) : void
Compile ( GlobalPath filePath, int startLineNum, string scriptText, string contextId, CompilerOptions options ) : List
IsCommandComplete ( string command ) : bool
KSScript ( ) : System.Collections.Generic

비공개 메소드들

메소드 설명
AssignSourceId ( IEnumerable parts, GlobalPath filePath ) : void
LoadContext ( string contextId ) : void

메소드 상세

ClearContext() 공개 메소드

public ClearContext ( string contextId ) : void
contextId string
리턴 void

Compile() 공개 메소드

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
리턴 List

IsCommandComplete() 공개 메소드

public IsCommandComplete ( string command ) : bool
command string
리턴 bool

KSScript() 공개 메소드

public KSScript ( ) : System.Collections.Generic
리턴 System.Collections.Generic