Class AssemblyUC
Inheritance
System.Object
AssemblyUC
Assembly: Cosmos.VS.Windows.dll
Syntax
public class AssemblyUC : DebuggerUC
Constructors
|
Improve this Doc
View Source
AssemblyUC()
Declaration
Fields
|
Improve this Doc
View Source
canStepOver
Declaration
protected bool canStepOver
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
mASMBPs
Declaration
protected List<string> mASMBPs
Field Value
Type |
Description |
System.Collections.Generic.List<System.String> |
|
|
Improve this Doc
View Source
mCode
Declaration
protected StringBuilder mCode
Field Value
Type |
Description |
System.Text.StringBuilder |
|
|
Improve this Doc
View Source
mCurrentLabel
Declaration
protected string mCurrentLabel
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
mFilter
Declaration
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
mFilterLabels
Declaration
protected string[] mFilterLabels
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
mGutterRectsToCode
Declaration
protected Dictionary<Rectangle, AsmCode> mGutterRectsToCode
Field Value
Type |
Description |
System.Collections.Generic.Dictionary<Rectangle, AsmCode> |
|
|
Improve this Doc
View Source
mGutterRectsToRun
Declaration
protected Dictionary<Rectangle, Run> mGutterRectsToRun
Field Value
Type |
Description |
System.Collections.Generic.Dictionary<Rectangle, Run> |
|
|
Improve this Doc
View Source
mLines
Declaration
protected List<AsmLine> mLines
Field Value
Type |
Description |
System.Collections.Generic.List<AsmLine> |
|
|
Improve this Doc
View Source
mParams
Declaration
protected string[] mParams
Field Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
mRunsToLines
Declaration
protected Dictionary<Run, AsmLine> mRunsToLines
Field Value
Type |
Description |
System.Collections.Generic.Dictionary<Run, AsmLine> |
|
|
Improve this Doc
View Source
mSelectedCodeRun
Declaration
protected Run mSelectedCodeRun
Field Value
Methods
|
Improve this Doc
View Source
Display(Boolean)
Declaration
protected void Display(bool aFilter)
Parameters
Type |
Name |
Description |
System.Boolean |
aFilter |
|
|
Improve this Doc
View Source
DoUpdateAsync(String)
Declaration
protected override async Task DoUpdateAsync(string aTag)
Parameters
Type |
Name |
Description |
System.String |
aTag |
|
Returns
Type |
Description |
System.Threading.Tasks.Task |
|
Overrides
|
Improve this Doc
View Source
OnASMCodeTextMouseUp(Object, MouseButtonEventArgs)
Declaration
protected void OnASMCodeTextMouseUp(object aSender, MouseButtonEventArgs aArgs)
Parameters
Type |
Name |
Description |
System.Object |
aSender |
|
System.Windows.Input.MouseButtonEventArgs |
aArgs |
|
|
Improve this Doc
View Source
Parse()
Declaration