NAnt SDK Documentation - v0.92 |
|
VcAssemblyReference.ResolveAssemblyReference Method
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.
See Also
VcAssemblyReference Class | NAnt.VSNet Namespace