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

AssemblyReferenceBase.ResolveFromRelativePath Method 

[This is preliminary documentation and subject to change.]

Resolves an assembly reference using a path relative to the project directory.

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

Parameters

relativePath
Missing <param> documentation for relativePath

Return Value

The full path of the assembly, or a null reference (Nothing in Visual Basic) if relativePath is a null reference (Nothing in Visual Basic) or an empty String.

Remarks

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

See Also

AssemblyReferenceBase Class | NAnt.VSNet Namespace