Class FormCallStack.CallStack
Inheritance
System.Object
FormCallStack.CallStack
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
protected class CallStack
Constructors
| Improve this Doc View SourceCallStack(String)
Declaration
public CallStack(string aInput)
Parameters
Type | Name | Description |
---|---|---|
System.String | aInput |
Fields
| Improve this Doc View SourceAddress
Declaration
public readonly uint Address
Field Value
Type | Description |
---|---|
System.UInt32 |
Label
Declaration
public readonly string Label
Field 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()