C# Class AvalonStudio.Debugging.GDB.Command

Afficher le fichier Open project: VitalElement/AvalonStudio Class Usage Examples

Méthodes publiques

Méthode Description
Encode ( ) : string
OutOfBandDataReceived ( string data ) : void

Méthodes protégées

Méthode Description
DecodeResponseCode ( string response ) : ResponseCode

Method Details

DecodeResponseCode() protected static méthode

protected static DecodeResponseCode ( string response ) : ResponseCode
response string
Résultat ResponseCode

Encode() public abstract méthode

public abstract Encode ( ) : string
Résultat string

OutOfBandDataReceived() public abstract méthode

public abstract OutOfBandDataReceived ( string data ) : void
data string
Résultat void