C# 클래스 kOS.ContextRunProgram

상속: kOS.ExecutionContext
파일 보기 프로젝트 열기: Nivekk/KOS 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Filename string

공개 메소드들

메소드 설명
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

비공개 메소드들

메소드 설명
EvaluateNextCommand ( ) : void
RunBlock ( List block ) : void

메소드 상세

Break() 공개 메소드

public Break ( ) : bool
리턴 bool

ContextRunProgram() 공개 메소드

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

PopParameter() 공개 메소드

public PopParameter ( ) : object
리턴 object

Run() 공개 메소드

public Run ( File file ) : void
file File
리턴 void

Update() 공개 메소드

public Update ( float time ) : void
time float
리턴 void

stripComment() 공개 메소드

public stripComment ( string line ) : string
line string
리턴 string

프로퍼티 상세

Filename 공개적으로 프로퍼티

public string Filename
리턴 string