NAnt SDK Documentation - v0.92

Module.ToString Method 

Returns a textual representation of the module, which can be used as argument for command-line tools.

[Visual Basic]
Overrides Public Function ToString() As String
[C#]
public override string ToString();

Return Value

A textual representation of the path, file[,target].

See Also

Module Class | NAnt.DotNet.Types Namespace