C# Класс kOS.Safe.Compilation.KS.KSScript

Наследование: Script
Показать файл Открыть проект

Открытые методы

Метод Описание
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