Summary
    Gets the file name of the assembly with the given assembly name.
    
		- Assembly
- NAnt.VSNet .dll 
- Namespace
- NAnt.VSNet 
- Containing Type
- ReferencesResolver
Syntax
public string GetAssemblyFileName(string assemblyName)Parameters
| Name | Type | Description | 
|---|---|---|
| assemblyName | string | The assembly name of the assembly of which the file name should be returned. | 
Return Value
| Type | Description | 
|---|---|
| string | The file name of the assembly with the given assembly name. | 
