Class AsmCode
Inheritance
System.Object
AsmCode
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()
Assembly: Cosmos.VS.Windows.dll
Syntax
public class AsmCode : AsmLine
Constructors
|
Improve this Doc
View Source
AsmCode(String)
Declaration
public AsmCode(string aText)
Parameters
Type |
Name |
Description |
System.String |
aText |
|
Fields
|
Improve this Doc
View Source
mAsmLabel
Declaration
protected AsmLabel mAsmLabel
Field Value
|
Improve this Doc
View Source
mIsDebugCode
Declaration
protected bool mIsDebugCode
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
mText
Declaration
Field Value
Type |
Description |
System.String |
|
Properties
|
Improve this Doc
View Source
AsmLabel
Declaration
public AsmLabel AsmLabel { get; set; }
Property Value
|
Improve this Doc
View Source
IsDebugCode
Declaration
public bool IsDebugCode { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Text
Declaration
public string Text { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
LabelMatches(String)
Declaration
public bool LabelMatches(string aLabel)
Parameters
Type |
Name |
Description |
System.String |
aLabel |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ToString()
Declaration
public override string ToString()
Returns
Type |
Description |
System.String |
|
Overrides
System.Object.ToString()