NAnt SDK Documentation - v0.92

AssemblyReferenceBase.ResolveAssemblyReference Method 

Resolves an assembly reference.

[Visual Basic]
MustOverride Protected Function ResolveAssemblyReference() As String
[C#]
protected abstract string ResolveAssemblyReference();

Return Value

The full path to the resolved assembly, or a null reference (Nothing in Visual Basic) if the assembly reference could not be resolved.

See Also

AssemblyReferenceBase Class | NAnt.VSNet Namespace