Inheritance
System.Object
ExtractMapFromElfFile
Assembly: Cosmos.Build.Tasks.dll
public class ExtractMapFromElfFile : ToolTask
Properties
|
Improve this Doc
View Source
Declaration
public string ActualToolPath { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string DebugInfoFile { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string InputFile { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Declaration
public string MapFile { 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
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
Declaration
protected override bool ValidateParameters()
Returns
Type |
Description |
System.Boolean |
|