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

AssemblyReferenceBase.ResolveFromFolderList Method 

[This is preliminary documentation and subject to change.]

Searches for the given file in all paths in folderList.

[Visual Basic]
Protected Function ResolveFromFolderList( _
   ByVal folderList As StringCollection, _
   ByVal fileName As String _
) As String
[C#]
protected string ResolveFromFolderList(
   StringCollection folderList,
   string fileName
);

Parameters

folderList
The folders to search.
fileName
The file to search for.

Return Value

The path of the assembly if fileName was found in folderList; otherwise, a null reference (Nothing in Visual Basic).

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.AssemblyReferenceBase.ResolveFromFolderList(System.Collections.Specialized.StringCollection,System.String)

See Also

AssemblyReferenceBase Class | NAnt.VSNet Namespace