Class CreateMbr
Inheritance
System.Object
CreateMbr
Assembly: Cosmos.Build.Tasks.dll
Syntax
public class CreateMbr : ToolTask
Properties
|
Improve this Doc
View Source
Declaration
public bool FormatDrive { get; set; }
Property Value
Type |
Description |
System.Boolean |
|
|
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
TargetDrive
Declaration
public string TargetDrive { get; set; }
Property Value
Type |
Description |
System.String |
|
|
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 |
|