C# Class AvalonStudio.Debugging.GDB.Command

Show file Open project: VitalElement/AvalonStudio Class Usage Examples

Public Methods

Method Description
Encode ( ) : string
OutOfBandDataReceived ( string data ) : void

Protected Methods

Method Description
DecodeResponseCode ( string response ) : ResponseCode

Method Details

DecodeResponseCode() protected static method

protected static DecodeResponseCode ( string response ) : ResponseCode
response string
return ResponseCode

Encode() public abstract method

public abstract Encode ( ) : string
return string

OutOfBandDataReceived() public abstract method

public abstract OutOfBandDataReceived ( string data ) : void
data string
return void