Class GDB.Response
Inheritance
System.Object
GDB.Response
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Cosmos.Debug.GDB
Assembly: Cosmos.Debug.GDB.dll
Syntax
public class Response
Fields
| Improve this Doc View SourceCommand
Declaration
public string Command
Field Value
Type | Description |
---|---|
System.String |
Error
Declaration
public bool Error
Field Value
Type | Description |
---|---|
System.Boolean |
ErrorMsg
Declaration
public string ErrorMsg
Field Value
Type | Description |
---|---|
System.String |
Reply
Declaration
public string Reply
Field Value
Type | Description |
---|---|
System.String |
Text
Declaration
public List<string> Text
Field Value
Type | Description |
---|---|
System.Collections.Generic.List<System.String> |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()