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

VcAssemblyReference.ResolveAssemblyReference Method 

[This is preliminary documentation and subject to change.]

Resolves an assembly reference.

[Visual Basic]
Overrides Protected Function ResolveAssemblyReference() As String
[C#]
protected override 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.VcAssemblyReference.ResolveAssemblyReference

See Also

VcAssemblyReference Class | NAnt.VSNet Namespace