C# Class btEngine.scfsd

Inheritance: Interface
Exibir arquivo Open project: gurudvlp/SoundCloudFS

Public Properties

Property Type Description
CurrentCommand string
CurrentDir string

Public Methods

Method Description
Run ( string commandstring ) : bool
TakeTurn ( ) : bool
scfsd ( ) : System

Method Details

Run() public method

public Run ( string commandstring ) : bool
commandstring string
return bool

TakeTurn() public method

public TakeTurn ( ) : bool
return bool

scfsd() public method

public scfsd ( ) : System
return System

Property Details

CurrentCommand public_oe property

public string CurrentCommand
return string

CurrentDir public_oe property

public string CurrentDir
return string