Summary
Resolves an assembly reference in the framework assembly directory
of the target framework.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- Assembly
Reference Base
Syntax
protected string ResolveFromFramework(string fileName)
Parameters
Name | Type | Description |
---|---|---|
fileName | string | The file to search for. |
Return Value
Type | Description |
---|---|
string |
The full path of the assembly file if the assembly could be located
in the framework assembly directory; otherwise, null .
|