C# 클래스 kOS.Command

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

공개 프로퍼티들

프로퍼티 타입 설명
Input String
InstanceName String
RegexMatch System.Text.RegularExpressions.Match
Time float
WaitTime float

공개 메소드들

메소드 설명
Command ( Match regexMatch, kOS.ExecutionContext context ) : System
Command ( String input, kOS.ExecutionContext context ) : System
Evaluate ( ) : void
Get ( String input, kOS.ExecutionContext context ) : Command
Get ( String input, kOS.ExecutionContext context, int line ) : Command
Lock ( Command command ) : void
Lock ( string name, kOS.Expression expression ) : void
Refresh ( ) : void
Unlock ( Command command ) : void
Unlock ( string name ) : void
Verify ( ) : void

메소드 상세

Command() 공개 메소드

public Command ( Match regexMatch, kOS.ExecutionContext context ) : System
regexMatch System.Text.RegularExpressions.Match
context kOS.ExecutionContext
리턴 System

Command() 공개 메소드

public Command ( String input, kOS.ExecutionContext context ) : System
input String
context kOS.ExecutionContext
리턴 System

Evaluate() 공개 메소드

public Evaluate ( ) : void
리턴 void

Get() 공개 정적인 메소드

public static Get ( String input, kOS.ExecutionContext context ) : Command
input String
context kOS.ExecutionContext
리턴 Command

Get() 공개 정적인 메소드

public static Get ( String input, kOS.ExecutionContext context, int line ) : Command
input String
context kOS.ExecutionContext
line int
리턴 Command

Lock() 공개 메소드

public Lock ( Command command ) : void
command Command
리턴 void

Lock() 공개 메소드

public Lock ( string name, kOS.Expression expression ) : void
name string
expression kOS.Expression
리턴 void

Refresh() 공개 메소드

public Refresh ( ) : void
리턴 void

Unlock() 공개 메소드

public Unlock ( Command command ) : void
command Command
리턴 void

Unlock() 공개 메소드

public Unlock ( string name ) : void
name string
리턴 void

Verify() 공개 메소드

public Verify ( ) : void
리턴 void

프로퍼티 상세

Input 공개적으로 프로퍼티

public String Input
리턴 String

InstanceName 공개적으로 프로퍼티

public String InstanceName
리턴 String

RegexMatch 공개적으로 프로퍼티

public Match,System.Text.RegularExpressions RegexMatch
리턴 System.Text.RegularExpressions.Match

Time 공개적으로 프로퍼티

public float Time
리턴 float

WaitTime 공개적으로 프로퍼티

public float WaitTime
리턴 float