Interface ICompilerEngineSettings
Assembly: Cosmos.IL2CPU.dll
Syntax
public interface ICompilerEngineSettings
Properties
|
Improve this Doc
View Source
Declaration
bool AllowComments { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
AssemblySearchDirs
Declaration
IEnumerable<string> AssemblySearchDirs { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
|
Improve this Doc
View Source
CompileVBEMultiboot
Declaration
bool CompileVBEMultiboot { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
DebugCom
Declaration
Property Value
Type |
Description |
System.Byte |
|
|
Improve this Doc
View Source
DebugMode
Declaration
DebugMode DebugMode { get; }
Property Value
Type |
Description |
Cosmos.Build.Common.DebugMode |
|
|
Improve this Doc
View Source
EmitDebugSymbols
Declaration
bool EmitDebugSymbols { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
EnableDebug
Declaration
bool EnableDebug { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
EnableLogging
Declaration
bool EnableLogging { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
EnableStackCorruptionDetection
Declaration
bool EnableStackCorruptionDetection { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
IgnoreDebugStubAttribute
Declaration
bool IgnoreDebugStubAttribute { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
OutputFilename
Declaration
string OutputFilename { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
PlugsReferences
Declaration
IEnumerable<string> PlugsReferences { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
|
Improve this Doc
View Source
References
Declaration
IEnumerable<string> References { get; }
Property Value
Type |
Description |
System.Collections.Generic.IEnumerable<System.String> |
|
|
Improve this Doc
View Source
RemoveBootDebugOutput
Declaration
bool RemoveBootDebugOutput { get; }
Property Value
Type |
Description |
System.Boolean |
|
|
Improve this Doc
View Source
StackCorruptionDetectionLevel
Declaration
StackCorruptionDetectionLevel StackCorruptionDetectionLevel { get; }
Property Value
Type |
Description |
Cosmos.Build.Common.StackCorruptionDetectionLevel |
|
|
Improve this Doc
View Source
TargetAssembly
Declaration
string TargetAssembly { get; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
TraceAssemblies
Declaration
TraceAssemblies TraceAssemblies { get; }
Property Value
Type |
Description |
Cosmos.Build.Common.TraceAssemblies |
|
|
Improve this Doc
View Source
VBEResolution
Declaration
string VBEResolution { get; }
Property Value
Type |
Description |
System.String |
|