C# Class IronTextBox.CommandHistory

Show file Open project: pterelaos/revitpythonshell

Private Properties

Property Type Description
Add void
CommandHistory System
DoesNextCommandExist bool
DoesPreviousCommandExist bool
GetCommandHistory string[]
GetNextCommand string
GetPreviousCommand string

Private Methods

Method Description
Add ( string command ) : void
CommandHistory ( ) : System
DoesNextCommandExist ( ) : bool
DoesPreviousCommandExist ( ) : bool
GetCommandHistory ( ) : string[]
GetNextCommand ( ) : string
GetPreviousCommand ( ) : string