Summary
Resolves an assembly reference using a path relative to the project
directory.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- Assembly
Reference Base
Syntax
protected string ResolveFromRelativePath(string relativePath)
Parameters
Name | Type | Description |
---|---|---|
relativePath | string |
Return Value
Type | Description |
---|---|
string |
The full path of the assembly, or null if
relativePath is null or an
empty string .
|