Class CreateGrubConfig
Inheritance
System.Object
CreateGrubConfig
Assembly: Cosmos.Build.Tasks.dll
Syntax
public class CreateGrubConfig : Task
Properties
|
Improve this Doc
View Source
BinName
Declaration
public string BinName { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Modules
Declaration
public string[] Modules { get; set; }
Property Value
Type |
Description |
System.String[] |
|
|
Improve this Doc
View Source
TargetDirectory
Declaration
public string TargetDirectory { get; set; }
Property Value
Type |
Description |
System.String |
|
|
Improve this Doc
View Source
Timeout
Declaration
public string Timeout { 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 |
|