NAnt SDK Documentation - v0.92

Argument Constructor

Initializes a new instance of the Argument class.

Overload List

Initializes a new instance of the Argument class.

public Argument();

Initializes a new instance of the Argument class with the given path.

public Argument(PathSet);

Initializes a new instance of the Argument class with the given file.

public Argument(FileInfo);

Initializes a new instance of the Argument class with the specified command-line argument.

public Argument(string);

See Also

Argument Class | NAnt.Core.Types Namespace