Summary
Specifies a list of PE files to disassemble. To use a
NAnt.Core.Types.FileSet
,
the NAnt.MSNet.Tasks.IldasmTask.ToDirectory
attribute must be specified.
- Assembly
- NAnt
.MSNet .dll - Namespace
- NAnt
.MSNet .Tasks - Containing Type
- IldasmTask
Syntax
[BuildElement("assemblies")]
public FileSet Assemblies { get; set; }
Attributes
Type | Description |
---|---|
Build |
Indicates that the property should be treated as an XML element and further processing should be done. |
Value
Type | Description |
---|---|
FileSet |
A NAnt.Core.Types.FileSet that represents the set
of PE files to disassemble.
|