Summary
Gets the complete set of output files for the specified assembly
and adds them to collection.
- Assembly
- NAnt
.VSNet .dll - Namespace
- NAnt
.VSNet - Containing Type
- FileReferenceBase
Syntax
protected void GetAssemblyOutputFiles(string assemblyFile, Hashtable outputFiles)
Remarks
The key of the case-insensitive
System.Collections.Hashtable is the
full path of the output file and the value is the path relative to
the output directory.
Parameters
| Name | Type | Description |
|---|---|---|
| assemblyFile | string | The path of the assembly to get the output files for. |
| outputFiles | Hashtable | The set of output files to be updated. |
Return Value
| Type | Description |
|---|---|
| void |
