NAnt SDK Documentation - v0.85-nightly-2005-11-09 |
|
ReferencesResolver.GetAssemblyFileName Method
[This is preliminary documentation and subject to change.]
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.
Remarks
Missing <remarks> documentation for M:NAnt.VSNet.ReferencesResolver.GetAssemblyFileName(System.String)
See Also
ReferencesResolver Class | NAnt.VSNet Namespace