Summary
Specifies whether or not the disassembler should disassemble
public items only. This is a shortcut for
NAnt.MSNet.Tasks.IldasmTask.Visibility
="pub".
The default is false
.
- Assembly
- NAnt
.MSNet .dll - Namespace
- NAnt
.MSNet .Tasks - Containing Type
- IldasmTask
Syntax
[TaskAttribute("publiconly")]
[BooleanValidator()]
public bool PublicOnly { get; set; }
Remarks
Corresponds to the /PUBONLY
flag.
Attributes
Type | Description |
---|---|
Task |
Indicates that property should be treated as a XML attribute for the task. |
Boolean |
Used to indicate that a property should be able to be converted into a
bool .
|
Value
Type | Description |
---|---|
bool |
true if only public items should be
disassembled; otherwise, false . The default is
false .
|