Class IL2CPU
Inheritance
System.Object
IL2CPU
Assembly: Cosmos.Build.Tasks.dll
Syntax
public class IL2CPU : ToolTask
Constructors
|
Improve this Doc
View Source
IL2CPU()
Declaration
Properties
|
Improve this Doc
View Source
Declaration
public bool AllowComments { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CompileVBEMultiboot
Declaration
public bool CompileVBEMultiboot { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
CosmosBuildDir
Declaration
public string CosmosBuildDir { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
DebugCom
Declaration
public byte DebugCom { get; set; }
Property Value
Type |
Description |
System.Byte |
|
|
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 string DebugMode { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
EmitDebugSymbols
Declaration
public bool EmitDebugSymbols { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
EnableLogging
Declaration
public bool EnableLogging { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IgnoreDebugStubAttribute
Declaration
public bool IgnoreDebugStubAttribute { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
KernelPkg
Declaration
public string KernelPkg { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OutputFilename
Declaration
public string OutputFilename { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PlugsReferences
Declaration
public ITaskItem[] PlugsReferences { get; set; }
Property Value
Type |
Description |
ITaskItem[] |
|
|
Improve this Doc
View Source
References
Declaration
public ITaskItem[] References { get; set; }
Property Value
Type |
Description |
ITaskItem[] |
|
|
Improve this Doc
View Source
RemoveBootDebugOutput
Declaration
public bool RemoveBootDebugOutput { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
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 string StackCorruptionDetectionLevel { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
StandardErrorLoggingImportance
Declaration
protected override MessageImportance StandardErrorLoggingImportance { get; }
Property Value
Type |
Description |
MessageImportance |
|
|
Improve this Doc
View Source
StandardOutputLoggingImportance
Declaration
protected override MessageImportance StandardOutputLoggingImportance { get; }
Property Value
Type |
Description |
MessageImportance |
|
|
Improve this Doc
View Source
TargetAssembly
Declaration
public string TargetAssembly { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
protected override string ToolName { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TraceAssemblies
Declaration
public string TraceAssemblies { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
VBEResolution
Declaration
public string VBEResolution { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
WorkingDir
Declaration
public string WorkingDir { get; set; }
Property Value
Type |
Description |
System.String |
|
Methods
|
Improve this Doc
View Source
Execute()
Declaration
public override bool Execute()
Returns
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
Declaration
protected override string GenerateFullPathToTool()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GenerateResponseFileCommands()
Declaration
protected override string GenerateResponseFileCommands()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
GetResponseFileSwitch(String)
Declaration
protected override string GetResponseFileSwitch(string responseFilePath)
Parameters
Type |
Name |
Description |
System.String |
responseFilePath |
|
Returns
Type |
Description |
System.String |
|