Class AsmLabel
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.VS.Windows
Assembly: Cosmos.VS.Windows.dll
Syntax
public class AsmLabel : AsmLine
Constructors
| Improve this Doc View SourceAsmLabel(String)
Declaration
public AsmLabel(string aLabel)
Parameters
Type | Name | Description |
---|---|---|
System.String | aLabel |
Fields
| Improve this Doc View SourcemComment
Declaration
protected string mComment
Field Value
Type | Description |
---|---|
System.String |
mLabel
Declaration
protected string mLabel
Field Value
Type | Description |
---|---|
System.String |
Properties
| Improve this Doc View SourceComment
Declaration
public string Comment { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Label
Declaration
public string Label { 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()