NAnt SDK Documentation - v0.85-nightly-2005-11-09

VcConfigurationBase.GetToolArguments Method (String, VcArgumentMap)

[This is preliminary documentation and subject to change.]

Missing <summary> documentation for M:NAnt.VSNet.VcConfigurationBase.GetToolArguments(System.String,NAnt.VSNet.VcArgumentMap)

[Visual Basic]
Overloads Public Function GetToolArguments( _
   ByVal toolName As String, _
   ByVal argMap As VcArgumentMap _
) As Hashtable
[C#]
public Hashtable GetToolArguments(
   string toolName,
   VcArgumentMap argMap
);

Parameters

toolName
Missing <param> documentation for toolName
argMap
Missing <param> documentation for argMap

Return Value

Missing <returns> documentation for M:NAnt.VSNet.VcConfigurationBase.GetToolArguments(System.String,NAnt.VSNet.VcArgumentMap)

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.VcConfigurationBase.GetToolArguments(System.String,NAnt.VSNet.VcArgumentMap)

See Also

VcConfigurationBase Class | NAnt.VSNet Namespace | VcConfigurationBase.GetToolArguments Overload List