Class Settings
Inheritance
System.Object
Settings
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Assembly: Cosmos.Debug.GDB.dll
Syntax
Fields
|
Improve this Doc
View Source
DS
Declaration
public static SettingsDS DS
Field Value
|
Improve this Doc
View Source
mAsmFile
Declaration
protected static string mAsmFile
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
mAutoConnect
Declaration
protected static bool mAutoConnect
Field Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
mFilenameOfBreakPointXml
Declaration
protected static string mFilenameOfBreakPointXml
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
mObjFile
Declaration
protected static string mObjFile
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
mOutputPath
Declaration
protected static string mOutputPath
Field Value
Type |
Description |
System.String |
|
Properties
|
Improve this Doc
View Source
AsmFile
Declaration
public static string AsmFile { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
AutoConnect
Declaration
public static bool AutoConnect { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Filename
Declaration
public static string Filename { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ObjFile
Declaration
public static string ObjFile { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OutputPath
Declaration
public static string OutputPath { get; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
InitWindows()
Declaration
public static void InitWindows()
|
Improve this Doc
View Source
Load(String)
Declaration
public static bool Load(string aFilenameOfBreakPointXml)
Parameters
Type |
Name |
Description |
System.String |
aFilenameOfBreakPointXml |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
LoadOnFly(String)
Declaration
public static bool LoadOnFly(string aFilenameOfBreakPointXml)
Parameters
Type |
Name |
Description |
System.String |
aFilenameOfBreakPointXml |
|
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Save()
Declaration
public static void Save()