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

AssemblyReferenceBase.ResolveAssemblyReference Method 

[This is preliminary documentation and subject to change.]

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.

Remarks

Missing <remarks> documentation for M:NAnt.VSNet.AssemblyReferenceBase.ResolveAssemblyReference

See Also

AssemblyReferenceBase Class | NAnt.VSNet Namespace