NAnt SDK Documentation - v0.92

AssemblyReferenceBase.ResolveFromFramework Method 

Resolves an assembly reference in the framework assembly directory of the target framework.

[Visual Basic]
Protected Function ResolveFromFramework( _
   ByVal fileName As String _
) As String
[C#]
protected string ResolveFromFramework(
   string fileName
);

Parameters

fileName
The file to search for.

Return Value

The full path of the assembly file if the assembly could be located in the framework assembly directory; otherwise, a null reference (Nothing in Visual Basic).

See Also

AssemblyReferenceBase Class | NAnt.VSNet Namespace