NAnt SDK Documentation - v0.92 |
|
ReferencesResolver.GetAssemblyFileName Method
Gets the file name of the assembly with the given assembly name.
[Visual Basic]
Public Function GetAssemblyFileName( _
ByVal
assemblyName As
String _
) As
String
[C#]
public
string GetAssemblyFileName(
string assemblyName);
Parameters
-
assemblyName
- The assembly name of the assembly of which the file name should be returned.
Return Value
The file name of the assembly with the given assembly name.
See Also
ReferencesResolver Class | NAnt.VSNet Namespace