Class AsmLine
Inheritance
System.Object
AsmLine
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 AsmLine
Constructors
| Improve this Doc View SourceAsmLine(String)
Declaration
public AsmLine(string line)
Parameters
Type | Name | Description |
---|---|---|
System.String | line |
Fields
| Improve this Doc View SourceOrignalLine
Declaration
public readonly string OrignalLine
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourceAddress
Declaration
public uint Address { get; set; }
Property Value
Type | Description |
---|---|
System.UInt32 |
FirstToken
Declaration
public string FirstToken { get; }
Property Value
Type | Description |
---|---|
System.String |
GDBLine
Declaration
public string GDBLine { get; set; }
Property Value
Type | Description |
---|---|
System.String |
IsLabel
Declaration
public bool IsLabel { get; }
Property Value
Type | Description |
---|---|
System.Boolean |
Label
Declaration
public string Label { get; }
Property Value
Type | Description |
---|---|
System.String |
LineWithAddress
Declaration
public string LineWithAddress { get; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.Object.ToString()