Class TheRingMaster
Inheritance
System.Object
TheRingMaster
Assembly: Cosmos.Build.Tasks.dll
Syntax
public class TheRingMaster : ToolTask
Properties
|
Improve this Doc
View Source
KernelAssemblyPath
Declaration
public string KernelAssemblyPath { 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
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 |
|