Class Nasm
Inheritance
System.Object
Nasm
Assembly: Cosmos.Build.Tasks.dll
Syntax
public class Nasm : ToolTask
Properties
|
Improve this Doc
View Source
Declaration
public string InputFile { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OptimizationLevel
Declaration
public string OptimizationLevel { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
OutputFile
Declaration
public string OutputFile { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string OutputFormat { 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
Declaration
protected override string ToolName { get; }
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
GenerateCommandLineCommands()
Declaration
protected override string GenerateCommandLineCommands()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
protected override string GenerateFullPathToTool()
Returns
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
ValidateParameters()
Declaration
protected override bool ValidateParameters()
Returns
Type |
Description |
System.Boolean |
|