Summary
Appends any task-specific program arguments.
- Assembly
- NAnt
.Contrib .dll - Namespace
- NAnt
.Contrib .Tasks - Containing Type
- GacTaskBase
Syntax
protected abstract void AppendProgramArguments(StringBuilder sb)
Remarks
Subclasses must override this method to return the arguments with which to run the GAC task.
Parameters
Name | Type | Description |
---|---|---|
sb | StringBuilder | The StringBuilder on which to append program arguments. |
Return Value
Type | Description |
---|---|
void |