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

ReferenceBase.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]
MustOverride Public Function GetAssemblyReferences( _
   ByVal solutionConfiguration As String _
) As StringCollection
[C#]
public abstract 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.ReferenceBase.GetAssemblyReferences(System.String)

See Also

ReferenceBase Class | NAnt.VSNet Namespace