C# Class Mono.Debugger.Frontend.Command

Show file Open project: baulig/debugger Class Usage Examples

Public Properties

Property Type Description
Args System.Collections.ArrayList

Public Methods

Method Description
Complete ( Engine e, string text ) : string[]
Execute ( Interpreter interpreter ) : object
Repeat ( Interpreter interpreter ) : void

Method Details

Complete() public method

public Complete ( Engine e, string text ) : string[]
e Engine
text string
return string[]

Execute() public abstract method

public abstract Execute ( Interpreter interpreter ) : object
interpreter Interpreter
return object

Repeat() public method

public Repeat ( Interpreter interpreter ) : void
interpreter Interpreter
return void

Property Details

Args public property

public ArrayList,System.Collections Args
return System.Collections.ArrayList