Class BuildProperties
Inheritance
System.Object
BuildProperties
Assembly: Cosmos.Build.Common.dll
Syntax
public class BuildProperties : PropertiesBase
Fields
|
Improve this Doc
View Source
BochsDefaultConfigurationFileName
Declaration
public const string BochsDefaultConfigurationFileName = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
BochsEmulatorConfigurationFileString
Declaration
public const string BochsEmulatorConfigurationFileString = null
Field Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PropNames
Declaration
public static List<string> PropNames
Field Value
Type |
Description |
List<System.String> |
|
Properties
|
Improve this Doc
View Source
Gets or sets binary format which is used for producing kernel image.
Declaration
public BinFormat BinFormat { get; set; }
Property Value
|
Improve this Doc
View Source
BochsEmulatorConfigurationFile
Declaration
public string BochsEmulatorConfigurationFile { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
CompileVBEMultiboot
Compile with VBE specified in multiboot structure.
Declaration
public bool CompileVBEMultiboot { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CompressionType
Gets or sets the compression type for the kernel image.
Declaration
public CompressionType CompressionType { get; set; }
Property Value
|
Improve this Doc
View Source
CosmosDebugPort
Declaration
public string CosmosDebugPort { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DebugEnabled
Declaration
public bool DebugEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DebugMode
Declaration
public DebugMode DebugMode { get; set; }
Property Value
|
Improve this Doc
View Source
Deployment
Declaration
public DeploymentType Deployment { get; set; }
Property Value
|
Improve this Doc
View Source
Description
Declaration
public string Description { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
EnableBochsDebug
Declaration
public bool EnableBochsDebug { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
EnableGDB
Declaration
public bool EnableGDB { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
public bool ExtractMapFile { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Framework
Declaration
public Framework Framework { get; set; }
Property Value
|
Improve this Doc
View Source
IgnoreDebugStubAttribute
Declaration
public bool IgnoreDebugStubAttribute { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Launch
Declaration
public LaunchType Launch { get; set; }
Property Value
|
Improve this Doc
View Source
Name
Declaration
public string Name { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OutputPath
Declaration
public string OutputPath { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Profile
Declaration
public string Profile { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ProjectIndependentProperties
Gets array of project names which are project independent.
Declaration
public override string[] ProjectIndependentProperties { get; }
Property Value
Type |
Description |
System.String[] |
|
Overrides
|
Improve this Doc
View Source
PxeInterface
Declaration
public string PxeInterface { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
QemuAudioDriver
Declaration
public string QemuAudioDriver { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
QemuCustomParameters
Declaration
public string QemuCustomParameters { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
QemuHWAccel
Declaration
public bool QemuHWAccel { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
QemuHWAccelWHPX
Declaration
public bool QemuHWAccelWHPX { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
QemuLocationParameters
Declaration
public string QemuLocationParameters { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
QemuMemory
Declaration
public string QemuMemory { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
QemuNetworkDevice
Declaration
public string QemuNetworkDevice { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
QemuUSBKeyboard
Declaration
public bool QemuUSBKeyboard { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
QemuUSBMouse
Declaration
public bool QemuUSBMouse { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
QemuUseCustomLocation
Declaration
public bool QemuUseCustomLocation { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
QemuUseCustomParameters
Declaration
public bool QemuUseCustomParameters { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
QemuUseSerial
Declaration
public bool QemuUseSerial { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
QemuVideoDriver
Declaration
public string QemuVideoDriver { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
RemoveBootDebugOutput
Declaration
public bool RemoveBootDebugOutput { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
ShowLaunchConsole
Declaration
public bool ShowLaunchConsole { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
SlavePort
Declaration
public string SlavePort { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
StackCorruptionDetectionEnabled
Declaration
public bool StackCorruptionDetectionEnabled { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
StackCorruptionDetectionLevel
Declaration
public StackCorruptionDetectionLevel StackCorruptionDetectionLevel { get; set; }
Property Value
|
Improve this Doc
View Source
StartBochsDebugGui
Declaration
public bool StartBochsDebugGui { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
StartCosmosGDB
Declaration
public bool StartCosmosGDB { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
TraceAssemblies
Declaration
public TraceAssemblies TraceAssemblies { get; set; }
Property Value
|
Improve this Doc
View Source
UseInternalAssembler
Declaration
public bool UseInternalAssembler { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
VBEResolution
Declaration
public string VBEResolution { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
VisualStudioDebugPort
Declaration
public string VisualStudioDebugPort { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
VMwareEdition
Declaration
public VMwareEdition VMwareEdition { get; set; }
Property Value
Methods
|
Improve this Doc
View Source
DeleteProfile(String)
Declaration
public void DeleteProfile(string aPrefix)
Parameters
Type |
Name |
Description |
System.String |
aPrefix |
|
|
Improve this Doc
View Source
LoadProfile(String)
Load properties for the given profile.
Declaration
public void LoadProfile(string aName)
Parameters
Type |
Name |
Description |
System.String |
aName |
Name of the profile for which load properties.
|
|
Improve this Doc
View Source
SaveProfile(String)
Save properties under selected profile.
Declaration
public void SaveProfile(string aName)
Parameters
Type |
Name |
Description |
System.String |
aName |
Name of the profile for which save properties.
|