C# Class kOS.Command

Inheritance: kOS.ExecutionContext
Afficher le fichier Open project: Nivekk/KOS Class Usage Examples

Méthodes publiques

Свойство Type Description
Input String
InstanceName String
RegexMatch System.Text.RegularExpressions.Match
Time float
WaitTime float

Méthodes publiques

Méthode Description
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

Method Details

Command() public méthode

public Command ( Match regexMatch, kOS.ExecutionContext context ) : System
regexMatch System.Text.RegularExpressions.Match
context kOS.ExecutionContext
Résultat System

Command() public méthode

public Command ( String input, kOS.ExecutionContext context ) : System
input String
context kOS.ExecutionContext
Résultat System

Evaluate() public méthode

public Evaluate ( ) : void
Résultat void

Get() public static méthode

public static Get ( String input, kOS.ExecutionContext context ) : Command
input String
context kOS.ExecutionContext
Résultat Command

Get() public static méthode

public static Get ( String input, kOS.ExecutionContext context, int line ) : Command
input String
context kOS.ExecutionContext
line int
Résultat Command

Lock() public méthode

public Lock ( Command command ) : void
command Command
Résultat void

Lock() public méthode

public Lock ( string name, kOS.Expression expression ) : void
name string
expression kOS.Expression
Résultat void

Refresh() public méthode

public Refresh ( ) : void
Résultat void

Unlock() public méthode

public Unlock ( Command command ) : void
command Command
Résultat void

Unlock() public méthode

public Unlock ( string name ) : void
name string
Résultat void

Verify() public méthode

public Verify ( ) : void
Résultat void

Property Details

Input public_oe property

public String Input
Résultat String

InstanceName public_oe property

public String InstanceName
Résultat String

RegexMatch public_oe property

public Match,System.Text.RegularExpressions RegexMatch
Résultat System.Text.RegularExpressions.Match

Time public_oe property

public float Time
Résultat float

WaitTime public_oe property

public float WaitTime
Résultat float