PVCSCommandArgument.

PVCSCommandArgument(string, Object, PVCSCommandArgumentPosition) Constructor

Summary

Constructs an instance of PVCSCommandArgument with the specified information.
Assembly
NAnt.Contrib.dll
Namespace
NAnt.Contrib.Tasks.PVCS
Containing Type
PVCSCommandArgument

Syntax

public PVCSCommandArgument(string command, Object commandValue, PVCSCommandArgumentPosition position)

Parameters

Name Type Description
command string The command string.
commandValue Object The value for the command, or null if no value applies.
position PVCSCommandArgumentPosition The position for the command.

Return Value

Type Description
void