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

AssemblyReferenceBase.GetAssemblyReferences Method 

[This is preliminary documentation and subject to change.]

Gets the complete set of assemblies that need to be referenced when a project references this component.

[Visual Basic]
Overrides Public Function GetAssemblyReferences( _
   ByVal solutionConfiguration As String _
) As StringCollection
[C#]
public override StringCollection GetAssemblyReferences(
   string solutionConfiguration
);

Parameters

solutionConfiguration
The solution configuration that is built.

Return Value

The complete set of assemblies that need to be referenced when a project references this component.

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.AssemblyReferenceBase.GetAssemblyReferences(System.String)

See Also

AssemblyReferenceBase Class | NAnt.VSNet Namespace